From: Vadim Zeitlin Date: Mon, 9 Mar 2009 19:29:07 +0000 (+0000) Subject: PCH-less build fix after r59452 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3a393f8a52d4bfdc5ba9354cf973a36020b46045 PCH-less build fix after r59452 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/docview.cpp b/src/common/docview.cpp index 82c2720201..5a16a9c826 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/except.h" #if wxUSE_STD_IOSTREAM #include "wx/ioswrap.h"