]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/applet/combobox.cpp
Made the applet code compile under GTK.
[wxWidgets.git] / contrib / samples / applet / combobox.cpp
index d828fda449b74d53c7efca32a710dfada5499ed2..60ed0948bce5a03e38b3b9e6debba015edcc7332 100644 (file)
@@ -33,6 +33,8 @@
 #ifdef __BORLANDC__
     #pragma hdrstop
 #endif
+
+#include "wx/wx.h"
 #include "combobox.h"
 
 /*------------------------- Implementation --------------------------------*/