Explorar el Código

Fix Linux GCC 4.9 build (complaining about undeclared memset)

LittleWhite hace 11 años
padre
commit
9d6748fa94
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/video_core/debug_utils/debug_utils.cpp

+ 2 - 1
src/video_core/debug_utils/debug_utils.cpp

@@ -4,9 +4,10 @@
 
 #include <algorithm>
 #include <condition_variable>
+#include <cstring>
+#include <fstream>
 #include <list>
 #include <map>
-#include <fstream>
 #include <mutex>
 #include <string>