diff options
author | sb <sb@openoffice.org> | 2010-09-10 13:41:49 +0200 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-09-10 13:41:49 +0200 |
commit | 1ea60d118390ba276c5ecc80af7876c4f227076d (patch) | |
tree | 06c40e85fbe80aa3648b44a77c4b1258b9bd1d0a /stoc | |
parent | 008f61c9f135be22cec7b6080735742322a5b4b4 (diff) |
sb123: #i113189# missing includes
Diffstat (limited to 'stoc')
-rwxr-xr-x | stoc/source/simpleregistry/textualservices.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stoc/source/simpleregistry/textualservices.cxx b/stoc/source/simpleregistry/textualservices.cxx index 11196b76a279..a3e44d6437bf 100755 --- a/stoc/source/simpleregistry/textualservices.cxx +++ b/stoc/source/simpleregistry/textualservices.cxx @@ -28,6 +28,8 @@ #include "precompiled_stoc.hxx" #include "sal/config.h" +#include <cstddef> +#include <cstdlib> #include <map> #include <vector> |