diff options
author | Matthias Huetsch [mhu] <matthias.huetsch@oracle.com> | 2011-02-03 14:39:11 +0100 |
---|---|---|
committer | Matthias Huetsch [mhu] <matthias.huetsch@oracle.com> | 2011-02-03 14:39:11 +0100 |
commit | 6f8bd1a04cb9ebb3959672a43ce1f957bb585e93 (patch) | |
tree | 41725e76c0312d181e9fce3572c9b2d395724ff2 /idlc | |
parent | fb2121077df8d2766d067d7161deabcb9af1f62d (diff) |
#i115784# idlc: add missing includes.
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/inc/idlc/idlctypes.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/idlc/inc/idlc/idlctypes.hxx b/idlc/inc/idlc/idlctypes.hxx index 47eaa802b28d..41451ee9060f 100644 --- a/idlc/inc/idlc/idlctypes.hxx +++ b/idlc/inc/idlc/idlctypes.hxx @@ -32,7 +32,9 @@ #include <hash_map> #include <list> #include <vector> +#include <string> #include <set> + #include <sal/types.h> #include <rtl/ustring.hxx> |