diff options
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/source/javaloader/javaloader.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/stoc/source/javaloader/javaloader.cxx b/stoc/source/javaloader/javaloader.cxx index c55e545335c1..ad64f42d0aba 100644 --- a/stoc/source/javaloader/javaloader.cxx +++ b/stoc/source/javaloader/javaloader.cxx @@ -2,9 +2,9 @@ D/************************************************************************* * * $RCSfile: javaloader.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: kr $ $Date: 2000-10-25 11:15:49 $ + * last change: $Author: hr $ $Date: 2000-10-26 11:59:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,6 +60,7 @@ D/************************************************************************* ************************************************************************/ +#include <cstdarg> #include <osl/diagnose.h> #include <rtl/ustring> |