X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..5b011451bd5444fd5aea14811ef7a172a249c4ef:/include/wx/wx.h?ds=inline diff --git a/include/wx/wx.h b/include/wx/wx.h index 4a8529e696..98c80c43ed 100644 --- a/include/wx/wx.h +++ b/include/wx/wx.h @@ -9,8 +9,8 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __WXH__ -#define __WXH__ +#ifndef _WX_WXH__ +#define _WX_WXH__ #include "wx/setup.h" // Which features to include - user editable #include "wx/defs.h" @@ -65,6 +65,10 @@ #include "wx/dirdlg.h" #include "wx/cmndata.h" #include "wx/intl.h" +#ifdef USE_SERIAL +#include "wx/objstrm.h" +#include "wx/serbase.h" +#endif #endif - // __WXH__ + // _WX_WXH__