diff --git a/samples/widgets/headerctrl.cpp b/samples/widgets/headerctrl.cpp index aab578601b..8b66b3dc36 100644 --- a/samples/widgets/headerctrl.cpp +++ b/samples/widgets/headerctrl.cpp @@ -27,7 +27,6 @@ // for all others, include the necessary headers #ifndef WX_PRECOMP - #include "wx/artprov.h" #include "wx/button.h" #include "wx/checkbox.h" #include "wx/radiobox.h" @@ -38,6 +37,8 @@ #include "wx/headerctrl.h" +#include "wx/artprov.h" + #include "widgets.h" #include "icons/header.xpm"