X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0de9b5b23f70465393526546cd1a69fcfcd26e9c..e3e717ecc5add075cd53a04cf24fe27e24170944:/include/wx/gtk/choice.h diff --git a/include/wx/gtk/choice.h b/include/wx/gtk/choice.h index da0b83c288..acd0324c00 100644 --- a/include/wx/gtk/choice.h +++ b/include/wx/gtk/choice.h @@ -15,6 +15,7 @@ #endif #include "wx/defs.h" + #include "wx/object.h" #include "wx/list.h" #include "wx/control.h" @@ -96,4 +97,5 @@ public: void ApplyWidgetStyle(); }; + #endif // __GTKCHOICEH__