Main: don't include <fstream> in debug builds.
This commit is contained in:
parent
ac1276761e
commit
bde6fc41a0
1 changed files with 2 additions and 0 deletions
|
@ -16,7 +16,9 @@
|
||||||
|
|
||||||
#include "SaveTool/SaveTool.h"
|
#include "SaveTool/SaveTool.h"
|
||||||
|
|
||||||
|
#ifndef SAVETOOL_DEBUG_BUILD
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <errhandlingapi.h>
|
#include <errhandlingapi.h>
|
||||||
#include <synchapi.h>
|
#include <synchapi.h>
|
||||||
|
|
Loading…
Reference in a new issue