[Base] ConsoleObserver: fix compilation with precompiled headers

This commit is contained in:
Uwe
2022-03-06 15:08:09 +01:00
parent 273d7f8bd6
commit f2c8bdd525

View File

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