From: Julian Smart Date: Sat, 29 Dec 2007 17:13:59 +0000 (+0000) Subject: Added missing include X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/52519733ce6126776f3893ce991b66dee901692a Added missing include git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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"