]> git.saurik.com Git - wxWidgets.git/commitdiff
Include wx/object.h to get the global memory operators if defined.
authorRobin Dunn <robin@alldunn.com>
Tue, 9 Apr 2002 22:42:09 +0000 (22:42 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 9 Apr 2002 22:42:09 +0000 (22:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/stc/scintilla/include/Platform.h
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
 
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