From 136aafe540e52cea7b2dd742c2f4b04194eca0a1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 9 May 2012 17:16:26 +0000 Subject: [PATCH] Add missing wx/scopeguard.h include to fix the build. Closes #14285. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/docview.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/docview.cpp b/src/common/docview.cpp index f44c05e..8ed6b12 100644 --- a/src/common/docview.cpp +++ b/src/common/docview.cpp @@ -60,6 +60,7 @@ #include "wx/vector.h" #include "wx/scopedarray.h" #include "wx/scopedptr.h" +#include "wx/scopeguard.h" #include "wx/except.h" #if wxUSE_STD_IOSTREAM -- 2.7.4