X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34ad2e8f4a6b2f3caa71464eecf5a6e8e300322f..6d06e061dc11140151be2914c30c759ee15e3fe7:/samples/widgets/checkbox.cpp diff --git a/samples/widgets/checkbox.cpp b/samples/widgets/checkbox.cpp index efa37bf753..77136e673c 100644 --- a/samples/widgets/checkbox.cpp +++ b/samples/widgets/checkbox.cpp @@ -32,6 +32,9 @@ #include "wx/bitmap.h" #include "wx/button.h" #include "wx/checkbox.h" + #include "wx/radiobox.h" + #include "wx/statbox.h" + #include "wx/textctrl.h" #include "wx/sizer.h" #endif