diff options
author | Matthias Huetsch [mhu] <matthias.huetsch@oracle.com> | 2011-01-31 13:30:43 +0100 |
---|---|---|
committer | Matthias Huetsch [mhu] <matthias.huetsch@oracle.com> | 2011-01-31 13:30:43 +0100 |
commit | 76ac4fe55611deea08a44428cfcce3ded57871cc (patch) | |
tree | 51b8e99cb1dcdf8d3dfbcbeb11c40502db5d1e2e /idlc | |
parent | 96b31d46e1f210bc45658a9e02acef18ef634356 (diff) |
#i115784# idlc: add missing include.
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/idlcmain.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/idlc/source/idlcmain.cxx b/idlc/source/idlcmain.cxx index 6e3af1baca73..cc2963f5f446 100644 --- a/idlc/source/idlcmain.cxx +++ b/idlc/source/idlcmain.cxx @@ -27,9 +27,12 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_idlc.hxx" -#include <idlc/idlc.hxx> + +#include "idlc/idlc.hxx" #include "sal/main.h" +#include <string.h> + using namespace ::rtl; SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv) |