[Base] ConsoleObserver: fix compilation with precompiled headers

This commit is contained in:
Uwe
2022-03-06 15:08:09 +01:00
parent 4cf1c31f7f
commit ded61a5fd5

View File

@@ -26,9 +26,10 @@
#ifndef _PreComp_
# include <cstring>
# include <Python.h>
# include <frameobject.h>
#endif
# include <frameobject.h>
#include "ConsoleObserver.h"