[Mesh] Gui: fix compilation on Windows

- I accidentally removed a necessary Windows header in commit 65f662ea
This commit is contained in:
Uwe
2022-12-12 00:34:59 +01:00
parent 5e2fb4fb62
commit 01f61c5908

View File

@@ -63,6 +63,11 @@
# include <Gui/InventorAll.h>
#endif
#elif defined(FC_OS_WIN32)
#ifndef NOMINMAX
# define NOMINMAX
#endif
#include <Windows.h>
#endif //_PreComp_
#endif // MESHGUI_PRECOMPILED_H