Эх сурвалжийг харах

Fixed File class

- added string stream dependency
Patrick 4 жил өмнө
parent
commit
4c755af61f
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      source/io/File.cpp

+ 1 - 0
source/io/File.cpp

@@ -13,6 +13,7 @@
 #include <fstream>
 #include <sys/stat.h>
 #include <algorithm>
+#include <sstream>
 
 #ifdef unix
 #include <unistd.h>