From e8566d35384f83d88ac5f14b6209136377535c14 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Tue, 4 Dec 2001 16:37:35 +0000 Subject: [PATCH] Compile fix for app.cpp without precompiled headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12865 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/app.cpp | 1 + src/mac/carbon/app.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/mac/app.cpp b/src/mac/app.cpp index 89b58a9c3e..864e760185 100644 --- a/src/mac/app.cpp +++ b/src/mac/app.cpp @@ -15,6 +15,7 @@ #include "wx/window.h" #include "wx/frame.h" +#include "wx/button.h" #include "wx/app.h" #include "wx/utils.h" #include "wx/gdicmn.h" diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index 89b58a9c3e..864e760185 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -15,6 +15,7 @@ #include "wx/window.h" #include "wx/frame.h" +#include "wx/button.h" #include "wx/app.h" #include "wx/utils.h" #include "wx/gdicmn.h" -- 2.50.0