Base: [skip ci] fix MSVC build failure

This commit is contained in:
wmayer
2021-02-08 09:58:25 +01:00
parent a3fb41502b
commit 503a5a99d2

View File

@@ -43,7 +43,7 @@
# ifdef _MSC_VER
# include <cstdio>
# include <time.h>
# include <windows.h>
# include <Windows.h>
# include <crtdbg.h>
# endif
#endif
@@ -51,6 +51,7 @@
/// Here the FreeCAD includes sorted by Base,App,Gui......
#include "MemDebug.h"
#include <stdexcept>
using namespace Base;