Browse Source

Fixed File class

- added string stream dependency
Patrick 4 years ago
parent
commit
4c755af61f
1 changed files with 1 additions and 0 deletions
  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>