From fc37284dfb77ecdacb0aa224f946c6e0ff52fcb4 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sat, 5 Jul 2008 18:25:33 +0000 Subject: [PATCH] Added missing include (#9625). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/univ/themes/mono.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/univ/themes/mono.cpp b/src/univ/themes/mono.cpp index 3c6ef714ba..d9ca82895d 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