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).
This commit is contained in:
Vadim Zeitlin 2023-03-06 18:31:31 +00:00
parent f1184417a2
commit 26e99e9337

View file

@ -39,6 +39,7 @@
#include "wx/file.h"
#include "wx/quantize.h"
#include "wx/scopedarray.h"
#include "wx/scopedptr.h"
#include <stdio.h>
#include <stdlib.h>