Explorar el Código

Missing cstring include

Thomas Buck hace 10 años
padre
commit
93a88bc275
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/Game.cpp

+ 1
- 0
src/Game.cpp Ver fichero

@@ -8,6 +8,7 @@
8 8
 #include <algorithm>
9 9
 #include <map>
10 10
 #include <cstdlib>
11
+#include <cstring>
11 12
 
12 13
 #include "global.h"
13 14
 #include "Camera.h"

Loading…
Cancelar
Guardar