summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-09-14 20:29:39 +0100
committerCarl Hetherington <cth@carlh.net>2014-09-14 20:29:39 +0100
commit7dd9b27c1c17716ad0086bbd66266c35d454ad3a (patch)
treec056809e211f531c0c51d7b289400dfbd2a23e29 /src
parent2001bef5b3a6256eedf1cada4977a3ba8a3732cd (diff)
Missing include.
Diffstat (limited to 'src')
-rw-r--r--src/signer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/signer.cc b/src/signer.cc
index 11cf5eb8..a6978885 100644
--- a/src/signer.cc
+++ b/src/signer.cc
@@ -17,6 +17,7 @@
*/
+#include <iostream>
#include <libxml++/libxml++.h>
#include <xmlsec/xmldsig.h>
#include <xmlsec/dl.h>