Преглед на файлове

Fixed File class

- added string stream dependency
Patrick преди 4 години
родител
ревизия
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>