diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-25 17:01:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-25 17:02:01 +0100 |
commit | bb8df514c22b805e8ab3dbe35fbed6d891882187 (patch) | |
tree | 310b2406c9b64ecb216d8f1638e42f02df639cc4 /desktop/source/app/cmdlineargs.hxx | |
parent | cbbcf32218f7905b462f83119e640c42bd76ce5c (diff) |
include vector
Diffstat (limited to 'desktop/source/app/cmdlineargs.hxx')
-rw-r--r-- | desktop/source/app/cmdlineargs.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/source/app/cmdlineargs.hxx b/desktop/source/app/cmdlineargs.hxx index bc9382eb5e36..1ea0084e6fdf 100644 --- a/desktop/source/app/cmdlineargs.hxx +++ b/desktop/source/app/cmdlineargs.hxx @@ -32,6 +32,7 @@ #include <rtl/ustring.hxx> #include <osl/mutex.hxx> #include "boost/optional.hpp" +#include <vector> namespace desktop { |