From bb178b297197bfeec05d4b2645cb9e1075050bc0 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 2 Jun 2003 17:29:40 +0000 Subject: [PATCH] compilation fixes for !USE_PCH git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/htmllbox.cpp | 1 + src/generic/vlbox.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/generic/htmllbox.cpp b/src/generic/htmllbox.cpp index c38650ba37..876181f218 100644 --- a/src/generic/htmllbox.cpp +++ b/src/generic/htmllbox.cpp @@ -25,6 +25,7 @@ #endif #ifndef WX_PRECOMP + #include "wx/dcclient.h" #endif //WX_PRECOMP #include "wx/htmllbox.h" diff --git a/src/generic/vlbox.cpp b/src/generic/vlbox.cpp index 7ebf949dac..d5b824c1e1 100644 --- a/src/generic/vlbox.cpp +++ b/src/generic/vlbox.cpp @@ -26,6 +26,7 @@ #ifndef WX_PRECOMP #include "wx/settings.h" + #include "wx/dcclient.h" #endif //WX_PRECOMP #include "wx/vlbox.h" -- 2.47.2