Explicitly include wx/scopedptr.h when using wxScopedPtr

Don't rely on it being implicitly included from other headers.
This commit is contained in:
Vadim Zeitlin
2021-07-31 23:49:56 +01:00
parent 55d57c0f68
commit a4d06b6c88

View File

@@ -26,6 +26,8 @@
#include "wx/log.h" #include "wx/log.h"
#endif //WX_PRECOMP #endif //WX_PRECOMP
#include "wx/scopedptr.h"
#include "wx/gtk/private/wrapgtk.h" #include "wx/gtk/private/wrapgtk.h"
#ifdef GDK_WINDOWING_WAYLAND #ifdef GDK_WINDOWING_WAYLAND
#include <gdk/gdkwayland.h> #include <gdk/gdkwayland.h>