summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-03-31 15:47:12 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-03-31 15:47:12 +0200
commitf0070f535f34d69ac2bb198e4673e06552756b8b (patch)
tree53116229ca0cbea27b2ab86e22321c585b804316 /configmgr
parent1ab775bdbae1aa1888848faee2a51f2f4aadae57 (diff)
Missing include
Change-Id: I0babe806f04aa41110e87f9fd6b6febf892cd66d
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/modifications.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/configmgr/source/modifications.hxx b/configmgr/source/modifications.hxx
index 7aa93bf53381..2b4dfba0d923 100644
--- a/configmgr/source/modifications.hxx
+++ b/configmgr/source/modifications.hxx
@@ -22,8 +22,9 @@
#include <sal/config.h>
-#include <boost/unordered_map.hpp>
+#include <vector>
+#include <boost/unordered_map.hpp>
#include <config_dconf.h>
namespace configmgr {