From e54334e7f12bdeb93f172cafee6f798a1f3cab0a Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 28 May 2000 12:42:18 +0000 Subject: [PATCH] Fix for not using precompiled headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/accel.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/os2/accel.cpp b/src/os2/accel.cpp index 41feab31bd..1fdc45861f 100644 --- a/src/os2/accel.cpp +++ b/src/os2/accel.cpp @@ -16,6 +16,8 @@ #include #include "wx/setup.h" #include "wx/window.h" +#include "wx/app.h" +#include "wx/frame.h" #endif #include "wx/os2/accel.h"