diff options
Diffstat (limited to 'xmlsecurity/source/xmlsec/nss/digestcontext.cxx')
-rw-r--r-- | xmlsecurity/source/xmlsec/nss/digestcontext.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmlsecurity/source/xmlsec/nss/digestcontext.cxx b/xmlsecurity/source/xmlsec/nss/digestcontext.cxx index 538452e641c2..40d871ac6543 100644 --- a/xmlsecurity/source/xmlsec/nss/digestcontext.cxx +++ b/xmlsecurity/source/xmlsec/nss/digestcontext.cxx @@ -17,6 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <sal/config.h> + +#include <com/sun/star/lang/DisposedException.hpp> #include <pk11pub.h> #include "digestcontext.hxx" |