[Libreoffice-commits] .: desktop/source
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Wed Apr 25 12:02:07 PDT 2012
desktop/source/app/cmdlineargs.hxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit e171c4805d98c345581a581c8d08c87de3759693
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Wed Apr 25 21:01:30 2012 +0200
Missing #include <vector>
diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/app/cmdlineargs.hxx
index 1ea0084..72a37a3 100644
--- a/desktop/source/app/cmdlineargs.hxx
+++ b/desktop/source/app/cmdlineargs.hxx
@@ -29,6 +29,10 @@
#ifndef _DESKTOP_COMMANDLINEARGS_HXX_
#define _DESKTOP_COMMANDLINEARGS_HXX_
+#include "sal/config.h"
+
+#include <vector>
+
#include <rtl/ustring.hxx>
#include <osl/mutex.hxx>
#include "boost/optional.hpp"
More information about the Libreoffice-commits
mailing list