From 26e99e9337a36f538917aadd6d4128b0c243945a Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 6 Mar 2023 18:31:31 +0000 Subject: [PATCH] Include wx/scopedptr.h in the code using wxScopedPtr<> Don't rely on this header from being included from another header (which won't be the case soon any more). --- src/msw/dib.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/dib.cpp b/src/msw/dib.cpp index 9dbf43e107..0aaa5d64bc 100644 --- a/src/msw/dib.cpp +++ b/src/msw/dib.cpp @@ -39,6 +39,7 @@ #include "wx/file.h" #include "wx/quantize.h" #include "wx/scopedarray.h" +#include "wx/scopedptr.h" #include #include