summaryrefslogtreecommitdiffstats
path: root/src/resource-manager.cpp
diff options
context:
space:
mode:
authorAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-07-28 11:26:17 +0000
committerAdrian Boguszewski <adrbogus1@student.pg.gda.pl>2016-07-28 11:26:17 +0000
commit43b49e325db73cc19b1731db6c69545664ee8fbe (patch)
tree56afe5de404c431fff2124f4789fd6e1655c0963 /src/resource-manager.cpp
parentFixed failed build (diff)
downloadinkscape-43b49e325db73cc19b1731db6c69545664ee8fbe.tar.gz
inkscape-43b49e325db73cc19b1731db6c69545664ee8fbe.zip
Reverted changes to r15024 after many building problems
(bzr r15027)
Diffstat (limited to 'src/resource-manager.cpp')
-rw-r--r--src/resource-manager.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/resource-manager.cpp b/src/resource-manager.cpp
index f960d9a24..09b9364c6 100644
--- a/src/resource-manager.cpp
+++ b/src/resource-manager.cpp
@@ -8,10 +8,13 @@
#include <string>
#include <vector>
-#include <set>
#include <algorithm>
#include <gtkmm/recentmanager.h>
#include <glibmm/i18n.h>
+#include <glibmm/convert.h>
+#include <glibmm/fileutils.h>
+#include <glibmm/miscutils.h>
+#include <glibmm/uriutils.h>
#include "resource-manager.h"
@@ -21,6 +24,8 @@
#include "document-undo.h"
#include "verbs.h"
+#include <set>
+
namespace Inkscape {
static std::vector<std::string> splitPath( std::string const &path )