Explorar o código

Fixed File class

- added string stream dependency
Patrick %!s(int64=4) %!d(string=hai) anos
pai
achega
4c755af61f
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>