Procházet zdrojové kódy

Added missing #includes in FileIO.h for the encoder.

Darryl Gough před 13 roky
rodič
revize
e2277700e5
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      gameplay-encoder/src/FileIO.h

+ 3 - 0
gameplay-encoder/src/FileIO.h

@@ -1,6 +1,9 @@
 #ifndef FILEIO_H_
 #ifndef FILEIO_H_
 #define FILEIO_H_
 #define FILEIO_H_
 
 
+#include <cstdio>
+#include <list>
+#include <vector>
 
 
 #include "Vector2.h"
 #include "Vector2.h"
 #include "Vector3.h"
 #include "Vector3.h"