From ee53c6ba0fddcd15ea21aa74ab2ed62adfea1d88 Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 29 Dec 2002 21:42:34 +0000 Subject: [PATCH] Added missing include for non-precopiled headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/ownerdrw.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/os2/ownerdrw.cpp b/src/os2/ownerdrw.cpp index c352f843de..3d8eb95ce0 100644 --- a/src/os2/ownerdrw.cpp +++ b/src/os2/ownerdrw.cpp @@ -24,6 +24,7 @@ #include "wx/dcmemory.h" #include "wx/menu.h" #include "wx/utils.h" + #include "wx/settings.h" #endif #if wxUSE_OWNER_DRAWN