From: Vadim Zeitlin Date: Mon, 22 Nov 2004 16:22:12 +0000 (+0000) Subject: compilation fix for USE_PCH == 0 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bb180f90578884fc6636285bcaa7ddeb453c2293 compilation fix for USE_PCH == 0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/notebook.cpp b/src/msw/notebook.cpp index ca44a56618..eef37234b2 100644 --- a/src/msw/notebook.cpp +++ b/src/msw/notebook.cpp @@ -25,6 +25,7 @@ // wxWidgets #ifndef WX_PRECOMP #include "wx/string.h" + #include "wx/dc.h" #endif // WX_PRECOMP #include "wx/log.h"