]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing wx/defs.h includes in propgrid headers
authorJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 26 Aug 2010 13:25:07 +0000 (13:25 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 26 Aug 2010 13:25:07 +0000 (13:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/advprops.h
include/wx/propgrid/editors.h
include/wx/propgrid/manager.h
include/wx/propgrid/property.h
include/wx/propgrid/propgrid.h
include/wx/propgrid/propgriddefs.h
include/wx/propgrid/propgridiface.h
include/wx/propgrid/propgridpagestate.h
include/wx/propgrid/props.h

index 626552887b6d9e88eaa2dc933b2e10bc6793ccc4..34306a3caf1757ff8feb951f89d5c55da5f8595e 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_PROPGRID_ADVPROPS_H_
 #define _WX_PROPGRID_ADVPROPS_H_
 
+#include "wx/defs.h"
+
 #if wxUSE_PROPGRID
 
 #include "wx/propgrid/props.h"
index 9ec56b0abf5759a940df9c511626dd62a7312e67..ebcc75808f4b8d8d0e3c05cdd5f564b7f19ee095 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_PROPGRID_EDITORS_H_
 #define _WX_PROPGRID_EDITORS_H_
 
+#include "wx/defs.h"
+
 #if wxUSE_PROPGRID
 
 // -----------------------------------------------------------------------
index 997637479d680f3b66483e7013ad38b01157fb9d..353ea114b40b86f8e458941ea946f8a9fba20237 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_PROPGRID_MANAGER_H_
 #define _WX_PROPGRID_MANAGER_H_
 
+#include "wx/defs.h"
+
 #if wxUSE_PROPGRID
 
 #include "wx/propgrid/propgrid.h"
index da6e966f7bf1c03d86e3cfd90a3eee5c96a5cef3..5ef99831b92bc5ab728cc9ecaa3843b930ddc36f 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_PROPGRID_PROPERTY_H_
 #define _WX_PROPGRID_PROPERTY_H_
 
+#include "wx/defs.h"
+
 #if wxUSE_PROPGRID
 
 #include "wx/propgrid/propgriddefs.h"
index d0340d40d40a5c300465a6379d588844cb6fb80d..94119d7d3e9b1737c2af448a6eb0bc202e627583 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_PROPGRID_PROPGRID_H_
 #define _WX_PROPGRID_PROPGRID_H_
 
+#include "wx/defs.h"
+
 #if wxUSE_PROPGRID
 
 #include "wx/thread.h"
index 4eedb900a77702a11577a18d8c8ad75cd7faa160..8936b39b5166d824c470b0bbaba5effa6f6e6533 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_PROPGRID_PROPGRIDDEFS_H_
 #define _WX_PROPGRID_PROPGRIDDEFS_H_
 
+#include "wx/defs.h"
+
 #if wxUSE_PROPGRID
 
 #include "wx/dynarray.h"
index 8aa26d070e3e8b3141040ca01278df07920e1570..027a720c1960a45cbae02ea871f633704e673486 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef __WX_PROPGRID_PROPGRIDIFACE_H__
 #define __WX_PROPGRID_PROPGRIDIFACE_H__
 
+#include "wx/defs.h"
+
 #if wxUSE_PROPGRID
 
 #include "wx/propgrid/property.h"
index 3f72dc92d45b9f89e4eedcd2c2e21bba2f9baaee..a2d91f552a3b574ffbbeb458f273d1f0b15c6306 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_PROPGRID_PROPGRIDPAGESTATE_H_
 #define _WX_PROPGRID_PROPGRIDPAGESTATE_H_
 
+#include "wx/defs.h"
+
 #if wxUSE_PROPGRID
 
 #include "wx/propgrid/property.h"
index daa54624034a6743b4373467ce3ff7b1e13afbe8..7ea887e3fe25817c9200c196907aad5bda7a8cdc 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef _WX_PROPGRID_PROPS_H_
 #define _WX_PROPGRID_PROPS_H_
 
+#include "wx/defs.h"
+
 #if wxUSE_PROPGRID
 
 // -----------------------------------------------------------------------