mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
31 lines
872 B
Diff
31 lines
872 B
Diff
--- a/Sources/GL/canvas_opengl.cpp
|
|
+++ b/Sources/GL/canvas_opengl.cpp
|
|
@@ -48,6 +48,7 @@
|
|
#include "graphic_context_opengl.h"
|
|
#include "surface_target_opengl.h"
|
|
#include <cstring>
|
|
+#include <cstdio>
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CL_Canvas_OpenGL construction:
|
|
--- a/Sources/GL/GLX/input_device_linuxevent.cpp
|
|
+++ b/Sources/GL/GLX/input_device_linuxevent.cpp
|
|
@@ -35,6 +35,7 @@
|
|
#include <iostream>
|
|
#include <errno.h>
|
|
#include <cstring>
|
|
+#include <cstdio>
|
|
|
|
#include "API/Core/System/error.h"
|
|
#include "API/Core/System/clanstring.h"
|
|
--- a/Sources/GL/GLX/input_device_xinput.cpp
|
|
+++ b/Sources/GL/GLX/input_device_xinput.cpp
|
|
@@ -29,6 +29,7 @@
|
|
|
|
#include <iostream>
|
|
#include <cstring>
|
|
+#include <cstdio>
|
|
#include "API/Core/System/log.h"
|
|
#include "API/Display/input_device.h"
|
|
#include "API/Display/input_event.h"
|