From 52519733ce6126776f3893ce991b66dee901692a Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 29 Dec 2007 17:13:59 +0000 Subject: [PATCH] Added missing include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/dlgcmn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/dlgcmn.cpp b/src/common/dlgcmn.cpp index 31c5aa60ec..973919ce4e 100644 --- a/src/common/dlgcmn.cpp +++ b/src/common/dlgcmn.cpp @@ -42,6 +42,7 @@ #include "wx/module.h" #include "wx/private/stattext.h" #include "wx/bookctrl.h" +#include "wx/scrolwin.h" #if wxUSE_DISPLAY #include "wx/display.h" -- 2.45.2