Explorar el Código

Add missing include

Daniele Bartolini hace 12 años
padre
commit
851aa3dc3f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      engine/core/filesystem/DiskFilesystem.cpp

+ 1 - 1
engine/core/filesystem/DiskFilesystem.cpp

@@ -28,7 +28,7 @@ OTHER DEALINGS IN THE SOFTWARE.
 #include "StringUtils.h"
 #include "TempAllocator.h"
 #include "DiskFile.h"
-#include "OS.h"
+#include "Vector.h"
 
 namespace crown
 {