Преглед изворни кода

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>