]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/helpchm.cpp
implemented menu drawing in the GTK theme
[wxWidgets.git] / src / msw / helpchm.cpp
index 4f26427f28915dfabb734df23a02774cf18b8b1d..ab91913ff24365adea9ffca20f9620246aa52724 100644 (file)
 
 #include "wx/dynlib.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/intl.h"
+    #include "wx/app.h"
+#endif
+
 #include "wx/msw/private.h"
 
 // instead of including htmlhelp.h, duplicate the things from it we need here