adding missing header for non-precomp build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-01-15 12:50:13 +00:00
parent f0d9be8afb
commit c583fa5a58

View File

@@ -12,7 +12,8 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/nonownedwnd.h" #include "wx/nonownedwnd.h"
#include "wx/log.h"
#endif #endif
#ifdef __WXMAC__ #ifdef __WXMAC__