]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/scintilla/include/Platform.h
Committing in .
[wxWidgets.git] / src / stc / scintilla / include / Platform.h
index dc8c9dc9356bfcbbd4600c572bd86493ac97553a..0984ea66c7cf4ec59b29ee63254d5a5ae84aa131 100644 (file)
 #endif
 
 
+#if PLAT_WX
+#include <wx/object.h>  // 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