compilation fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11293 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-08-06 11:57:23 +00:00
parent 5314ac16c5
commit 6285be7223
2 changed files with 4 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
class WXDLLEXPORT wxFocusEvent; class WXDLLEXPORT wxFocusEvent;
class WXDLLEXPORT wxNavigationKeyEvent; class WXDLLEXPORT wxNavigationKeyEvent;
class WXDLLEXPORT wxWindow; class WXDLLEXPORT wxWindow;
class WXDLLEXPORT wxWindowBase;
/* /*
Implementation note: wxControlContainer is not a real mix-in but rather Implementation note: wxControlContainer is not a real mix-in but rather

View File

@@ -29,6 +29,9 @@
#endif #endif
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/log.h"
#include "wx/event.h"
#include "wx/window.h"
#endif //WX_PRECOMP #endif //WX_PRECOMP
#include "wx/containr.h" #include "wx/containr.h"