From: Vadim Zeitlin Date: Wed, 9 May 2012 17:16:26 +0000 (+0000) Subject: Add missing wx/scopeguard.h include to fix the build. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/136aafe540e52cea7b2dd742c2f4b04194eca0a1 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 --- diff --git a/src/common/docview.cpp b/src/common/docview.cpp index f44c05e7af..8ed6b129aa 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