From 9354ecbbeb1dd725b489cbc2e6ee58e3fda66f0e Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Mon, 31 Mar 2014 19:42:08 +0000 Subject: [PATCH] fixing missing wxON_BLOCK_EXIT_OBJ1 error on gtk build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76248 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/drawing/drawing.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/drawing/drawing.cpp b/tests/drawing/drawing.cpp index d734d193ab..a2edab5e5e 100644 --- a/tests/drawing/drawing.cpp +++ b/tests/drawing/drawing.cpp @@ -22,6 +22,8 @@ #include "wx/image.h" #include "wx/wfstream.h" #include "wx/stdpaths.h" +#include "wx/scopeguard.h" + #include "testimagefile.h" #include