diff options
Diffstat (limited to 'xmlsecurity/tools/demo/multisigdemo.cxx')
-rw-r--r-- | xmlsecurity/tools/demo/multisigdemo.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlsecurity/tools/demo/multisigdemo.cxx b/xmlsecurity/tools/demo/multisigdemo.cxx index bffea88634ec..63efd3a1cac3 100644 --- a/xmlsecurity/tools/demo/multisigdemo.cxx +++ b/xmlsecurity/tools/demo/multisigdemo.cxx @@ -2,9 +2,9 @@ * * $RCSfile: multisigdemo.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: mmi $ $Date: 2004-07-15 08:12:10 $ + * last change: $Author: mt $ $Date: 2004-07-26 07:29:34 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -68,6 +68,9 @@ #include <com/sun/star/beans/PropertyValue.hpp> #include <unotools/streamhelper.hxx> +#include <xmlsecurity/biginteger.hxx> + + namespace cssu = com::sun::star::uno; namespace cssl = com::sun::star::lang; namespace cssxc = com::sun::star::xml::crypto; |