diff --git a/contrib/src/stc/scintilla/include/Platform.h b/contrib/src/stc/scintilla/include/Platform.h index dc8c9dc935..0984ea66c7 100644 --- a/contrib/src/stc/scintilla/include/Platform.h +++ b/contrib/src/stc/scintilla/include/Platform.h @@ -44,6 +44,11 @@ #endif +#if PLAT_WX +#include // For the global memory operators, if needed. +#endif + + // Underlying the implementation of the platform classes are platform specific types. // Sometimes these need to be passed around by client code so they are defined here diff --git a/src/stc/scintilla/include/Platform.h b/src/stc/scintilla/include/Platform.h index dc8c9dc935..0984ea66c7 100644 --- a/src/stc/scintilla/include/Platform.h +++ b/src/stc/scintilla/include/Platform.h @@ -44,6 +44,11 @@ #endif +#if PLAT_WX +#include // For the global memory operators, if needed. +#endif + + // Underlying the implementation of the platform classes are platform specific types. // Sometimes these need to be passed around by client code so they are defined here