diff --git a/src/propgrid/propgrid.cpp b/src/propgrid/propgrid.cpp index 05eb4a66ad..0df955818d 100644 --- a/src/propgrid/propgrid.cpp +++ b/src/propgrid/propgrid.cpp @@ -69,6 +69,7 @@ #include #endif +#include // Two pics for the expand / collapse buttons. // Files are not supplied with this project (since it is diff --git a/src/propgrid/propgridiface.cpp b/src/propgrid/propgridiface.cpp index bf59ef0305..018616a32a 100644 --- a/src/propgrid/propgridiface.cpp +++ b/src/propgrid/propgridiface.cpp @@ -50,6 +50,8 @@ #include #include +#include + const wxChar *wxPGTypeName_long = wxT("long"); const wxChar *wxPGTypeName_bool = wxT("bool"); diff --git a/src/propgrid/props.cpp b/src/propgrid/props.cpp index e01c940bcc..69b21d2580 100644 --- a/src/propgrid/props.cpp +++ b/src/propgrid/props.cpp @@ -54,6 +54,8 @@ #define wxPG_CUSTOM_IMAGE_WIDTH 20 // for wxColourProperty etc. +#include + // ----------------------------------------------------------------------- // wxStringProperty