From 52b7ece54c7c9231c5c212ac47967fe86db5c144 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 8 Apr 2007 02:08:22 +0000 Subject: [PATCH] compilation fix for !USE_PCH (added missing wx/dc.h include) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/vscroll.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generic/vscroll.cpp b/src/generic/vscroll.cpp index a670b41955..492b3ead2c 100644 --- a/src/generic/vscroll.cpp +++ b/src/generic/vscroll.cpp @@ -25,6 +25,7 @@ #endif #ifndef WX_PRECOMP + #include "wx/dc.h" #include "wx/sizer.h" #endif -- 2.45.2