[Libreoffice-commits] core.git: configmgr/source

Stephan Bergmann sbergman at redhat.com
Thu Mar 31 13:47:35 UTC 2016


 configmgr/source/modifications.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit f0070f535f34d69ac2bb198e4673e06552756b8b
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Mar 31 15:47:12 2016 +0200

    Missing include
    
    Change-Id: I0babe806f04aa41110e87f9fd6b6febf892cd66d

diff --git a/configmgr/source/modifications.hxx b/configmgr/source/modifications.hxx
index 7aa93bf..2b4dfba 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 {


More information about the Libreoffice-commits mailing list