X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63ec432bd7b9c93961e85e871bcb31758364a634..3304646d0657d889ad676485a4b635e2032b0038:/include/wx/statbox.h?ds=sidebyside

diff --git a/include/wx/statbox.h b/include/wx/statbox.h
index 29ab7c42e0..efeeee65b2 100644
--- a/include/wx/statbox.h
+++ b/include/wx/statbox.h
@@ -56,8 +56,10 @@ private:
     #include "wx/msw/statbox.h"
 #elif defined(__WXMOTIF__)
     #include "wx/motif/statbox.h"
-#elif defined(__WXGTK__)
+#elif defined(__WXGTK20__)
     #include "wx/gtk/statbox.h"
+#elif defined(__WXGTK__)
+    #include "wx/gtk1/statbox.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/statbox.h"
 #elif defined(__WXCOCOA__)