From 43b49e325db73cc19b1731db6c69545664ee8fbe Mon Sep 17 00:00:00 2001 From: Adrian Boguszewski Date: Thu, 28 Jul 2016 13:26:17 +0200 Subject: Reverted changes to r15024 after many building problems (bzr r15027) --- src/extension/execution-env.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/extension/execution-env.cpp') diff --git a/src/extension/execution-env.cpp b/src/extension/execution-env.cpp index 569e2c762..d5c80f26e 100644 --- a/src/extension/execution-env.cpp +++ b/src/extension/execution-env.cpp @@ -8,8 +8,10 @@ * Released under GNU GPL, read the file 'COPYING' for more information */ -#ifdef HAVE_CONFIG_H #include + +#ifdef HAVE_CONFIG_H +# include #endif #include "gtkmm/messagedialog.h" @@ -23,6 +25,7 @@ #include "document.h" #include "document-undo.h" #include "desktop.h" +#include "ui/view/view.h" #include "sp-namedview.h" #include "display/sp-canvas.h" -- cgit v1.2.3