From 365f8e6f37bff76777554853e53848590f122f71 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Sun, 30 Apr 2017 23:13:10 +0200 Subject: [PATCH] Fix PCH-less build Add missing header to fix compilation after changes of b1fad4da44b9d826d43181daccef3ab3e696a75f (see #17640). --- src/msw/clipbrd.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/clipbrd.cpp b/src/msw/clipbrd.cpp index 179fa34d3f..37cfcc0d8f 100644 --- a/src/msw/clipbrd.cpp +++ b/src/msw/clipbrd.cpp @@ -37,6 +37,7 @@ #include "wx/intl.h" #include "wx/log.h" #include "wx/dataobj.h" + #include "wx/dcmemory.h" #endif #if wxUSE_METAFILE