From: Stefan Neis Date: Sat, 5 Jul 2008 18:23:14 +0000 (+0000) Subject: Added missing include (#9625). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2ac47b9e4b630d833453e3b0e1085f97d462e098 Added missing include (#9625). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/univ/themes/mono.cpp b/src/univ/themes/mono.cpp index 45079a1384..93cf4b94f8 100644 --- a/src/univ/themes/mono.cpp +++ b/src/univ/themes/mono.cpp @@ -29,6 +29,7 @@ #if wxUSE_THEME_MONO #ifndef WX_PRECOMP + #include "wx/window.h" #include "wx/dc.h" #endif // WX_PRECOMP