X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c20e8f816b21b911e3a8ed8197c21df6ce726d6..b6418695cadff0d160607079ea3b9876e5359112:/src/gtk1/button.cpp?ds=inline diff --git a/src/gtk1/button.cpp b/src/gtk1/button.cpp index b3898b46b0..f84cfc3221 100644 --- a/src/gtk1/button.cpp +++ b/src/gtk1/button.cpp @@ -13,6 +13,11 @@ #if wxUSE_BUTTON #include "wx/button.h" + +#ifndef WX_PRECOMP + #include "wx/toplevel.h" +#endif + #include "wx/stockitem.h" #include "wx/gtk1/private.h"