[Base] compile fix for Windows without PCH

This commit is contained in:
Uwe
2022-03-08 03:00:36 +01:00
parent 805f697797
commit 6f746497c1

View File

@@ -24,6 +24,9 @@
#include "PreCompiled.h"
#ifndef _PreComp_
# ifdef FC_OS_WIN32
# include <windows.h>
# endif
# include <cstring>
# include <Python.h>
#endif