[Libreoffice-commits] core.git: include/unotools
Stephan Bergmann
sbergman at redhat.com
Thu Nov 14 02:23:25 PST 2013
include/unotools/mediadescriptor.hxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 6ad1a001b5c1d8287808aa3d9f7dfdb39040100f
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Thu Nov 14 11:22:57 2013 +0100
Missing include
Change-Id: Ia8a15d1ec79577e4cd5bcaec99ef0926163a14ca
diff --git a/include/unotools/mediadescriptor.hxx b/include/unotools/mediadescriptor.hxx
index 2a0cb0f..1eb6b7a 100644
--- a/include/unotools/mediadescriptor.hxx
+++ b/include/unotools/mediadescriptor.hxx
@@ -20,6 +20,10 @@
#ifndef INCLUDED_UNOTOOLS_MEDIADESCRIPTOR_HXX
#define INCLUDED_UNOTOOLS_MEDIADESCRIPTOR_HXX
+#include <sal/config.h>
+
+#include <vector>
+
#include <comphelper/docpasswordrequest.hxx>
#include <comphelper/sequenceashashmap.hxx>
#include <rtl/ustring.hxx>
More information about the Libreoffice-commits
mailing list