From: Vadim Zeitlin Date: Thu, 15 Aug 2002 22:20:55 +0000 (+0000) Subject: added missing header to fix wxGTK compilation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3ab64317276a941c1b2105b9b8e7bfa224092804?ds=inline added missing header to fix wxGTK compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/toplvcmn.cpp b/src/common/toplvcmn.cpp index fd659ac2b6..1f13c2535a 100644 --- a/src/common/toplvcmn.cpp +++ b/src/common/toplvcmn.cpp @@ -28,6 +28,7 @@ #endif #ifndef WX_PRECOMP + #include "wx/app.h" #include "wx/toplevel.h" #include "wx/dcclient.h" #endif // WX_PRECOMP