diff --git a/src/common/sizer.cpp b/src/common/sizer.cpp index 58c57cee2d..72fb82f694 100644 --- a/src/common/sizer.cpp +++ b/src/common/sizer.cpp @@ -21,6 +21,11 @@ #pragma hdrstop #endif +#ifndef WX_PRECOMP + #include "wx/string.h" + #include "wx/intl.h" +#endif // WX_PRECOMP + #include "wx/sizer.h" #include "wx/utils.h" #include "wx/statbox.h"