浏览代码

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>