summaryrefslogtreecommitdiff
blob: 655e667ff7bfc879e41ee1bad9cfdf792fdec1fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
--- a/Sources/GL/opengl.cpp
+++ b/Sources/GL/opengl.cpp
@@ -51,6 +51,8 @@
 #endif
 #endif
 
+#include <cstring>
+
 std::vector<std::string> CL_OpenGL::m_ignored_gl_extension;
 
 CL_ProcAddress *CL_OpenGL::get_proc_address(const std::string& function_name)
@@ -414,4 +416,4 @@
 #endif
 	
 	m_ignored_gl_extension.push_back(extension_name);
-}
\ No newline at end of file
+}
--- a/Sources/Network/Socket/ip_address_getsock.cpp
+++ b/Sources/Network/Socket/ip_address_getsock.cpp
@@ -40,6 +40,7 @@
 #include "ip_address_getsock.h"
 
 #include <cstdlib>
+#include <cstring>
 
 #ifndef WIN32
 	#include <sys/socket.h>