From: Stefan Neis Date: Sun, 22 Apr 2001 20:38:36 +0000 (+0000) Subject: Added missing include for non-precompiled headers. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b9c15d1092eda519ecaae2d48eb28598fca949f1 Added missing include for non-precompiled headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/os2/dc.cpp b/src/os2/dc.cpp index 6644a2f340..c43a2d3193 100644 --- a/src/os2/dc.cpp +++ b/src/os2/dc.cpp @@ -22,6 +22,7 @@ #include "wx/dcmemory.h" #include "wx/log.h" #include "wx/icon.h" + #include "wx/msgdlg.h" #endif #include "wx/dcprint.h"