]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing include.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 2 May 2004 15:24:27 +0000 (15:24 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 2 May 2004 15:24:27 +0000 (15:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/toplevel.cpp

index 9fbc3e6ae35311cfb4cd7c8d9f22559fe3f12049..35738bac171473b6d38e1fc06b6022516baa79bf 100644 (file)
@@ -31,6 +31,7 @@
 #ifndef WX_PRECOMP
     #include "wx/app.h"
     #include "wx/toplevel.h"
+    #include "wx/dialog.h"
     #include "wx/string.h"
     #include "wx/log.h"
     #include "wx/intl.h"