From 0873b809a29ae248e8644a736513120055db51a8 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 8 Jun 2017 11:56:28 +0200 Subject: [PATCH] fixing compilation when not using precomp headers under osx --- src/html/m_image.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/html/m_image.cpp b/src/html/m_image.cpp index ec2c4e45ea..d537b54dcc 100644 --- a/src/html/m_image.cpp +++ b/src/html/m_image.cpp @@ -15,6 +15,7 @@ #if wxUSE_HTML && wxUSE_STREAMS #ifndef WX_PRECOMP + #include "wx/app.h" #include "wx/dynarray.h" #include "wx/dc.h" #include "wx/dcprint.h"