desktop/source/app/cmdlineargs.hxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit e171c4805d98c345581a581c8d08c87de3759693
Author: Stephan Bergmann <[email protected]>
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"
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to