From 1bb714b9df5331872e4cc79af88373476243b497 Mon Sep 17 00:00:00 2001 From: JulianSmart Date: Thu, 3 Dec 2015 11:20:28 +0000 Subject: [PATCH] Added dcprint.h include --- 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 dc54a608e8..86c0d6924e 100644 --- a/src/html/m_image.cpp +++ b/src/html/m_image.cpp @@ -17,6 +17,7 @@ #ifndef WX_PRECOMP #include "wx/dynarray.h" #include "wx/dc.h" + #include "wx/dcprint.h" #include "wx/scrolwin.h" #include "wx/timer.h" #include "wx/dcmemory.h"