From bd1a676876fd11876afa661e0d0270912c9fc1bb Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 20 Jan 2002 22:02:00 +0000 Subject: [PATCH] Added missing include to os2/private.h. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/dir.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/os2/dir.cpp b/src/os2/dir.cpp index c7844fb1f4..3c10f9bff8 100644 --- a/src/os2/dir.cpp +++ b/src/os2/dir.cpp @@ -25,6 +25,7 @@ #include "wx/wxprec.h" #ifndef WX_PRECOMP + #include "wx/os2/private.h" #include "wx/intl.h" #include "wx/log.h" #endif // PCH -- 2.45.2