diff --git a/src/msw/graphicsd2d.cpp b/src/msw/graphicsd2d.cpp index 98c3700166..844b385f5f 100644 --- a/src/msw/graphicsd2d.cpp +++ b/src/msw/graphicsd2d.cpp @@ -46,6 +46,8 @@ #include "wx/graphics.h" #include "wx/dc.h" +#include "wx/dcclient.h" +#include "wx/dcmemory.h" #include "wx/dynlib.h" #include "wx/image.h" #include "wx/module.h" @@ -53,6 +55,7 @@ #include "wx/private/graphics.h" #include "wx/stack.h" #include "wx/sharedptr.h" +#include "wx/window.h" // This must be the last header included to only affect the DEFINE_GUID() // occurrences below but not any GUIDs declared in the standard files included