Main: don't include <fstream> in debug builds.

This commit is contained in:
Guillaume Jacquemin 2022-03-27 22:09:56 +02:00
parent ac1276761e
commit bde6fc41a0
1 changed files with 2 additions and 0 deletions

View File

@ -16,7 +16,9 @@
#include "SaveTool/SaveTool.h"
#ifndef SAVETOOL_DEBUG_BUILD
#include <fstream>
#endif
#include <errhandlingapi.h>
#include <synchapi.h>