add filesystem workaround(#471)

This commit is contained in:
Jinhao
2019-08-05 06:14:23 +08:00
parent 5f49e1f12f
commit d0251ed6c3
3 changed files with 8 additions and 13 deletions

View File

@@ -14,8 +14,8 @@
<Option compiler="gcc" />
<Option createDefFile="1" />
<Compiler>
<Add option="-std=c++11" />
<Add option="-Wall" />
<Add option="-std=c++11" />
<Add option="-g" />
<Add directory="../../include" />
<Add directory="../../extrlib/mingw" />