Explorar el Código

missing include

Thomas Buck hace 4 meses
padre
commit
f64b8e66ae
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      include/TextureManager.h

+ 1
- 0
include/TextureManager.h Ver fichero

@@ -12,6 +12,7 @@
12 12
 #include <array>
13 13
 #include <tuple>
14 14
 #include <vector>
15
+#include <string>
15 16
 
16 17
 // These are loaded into TextureStorage::SYSTEM by initialize()!
17 18
 #define TEXTURE_WHITE 0

Loading…
Cancelar
Guardar