diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-04-25 21:01:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-04-25 21:01:56 +0200 |
commit | e171c4805d98c345581a581c8d08c87de3759693 (patch) | |
tree | ce9639405e5898f1c53438d1e48c6211d1d649f5 /desktop/source | |
parent | 6c33e7da4d8c24497407af0818c374aae89f99ae (diff) |
Missing #include <vector>
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/cmdlineargs.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/app/cmdlineargs.hxx index 1ea0084e6fdf..72a37a38dfee 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" |