]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing include for non-precompiled headers.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 22 Apr 2001 20:38:36 +0000 (20:38 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 22 Apr 2001 20:38:36 +0000 (20:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/dc.cpp

index 6644a2f340d0700a56c20ef08b2be4f4bf43b1f0..c43a2d31933e6fcf5193874c5416f26810669daf 100644 (file)
@@ -22,6 +22,7 @@
     #include "wx/dcmemory.h"
     #include "wx/log.h"
     #include "wx/icon.h"
     #include "wx/dcmemory.h"
     #include "wx/log.h"
     #include "wx/icon.h"
+    #include "wx/msgdlg.h"
 #endif
 
 #include "wx/dcprint.h"
 #endif
 
 #include "wx/dcprint.h"