diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-17 11:25:49 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-17 11:25:49 +0000 |
| commit | 693fd6ddef3c4bb74c81bb9cf25bfdb79246f274 (patch) | |
| tree | 4925d9fedd737f2d724f4313be67fc3d7f2532d3 /src | |
| parent | bfb33feb40c5b014e9eae3958b1ecb8161f1d090 (diff) | |
Missing include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/signer.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/signer.cc b/src/signer.cc index 8b3cf31d..8f0114a2 100644 --- a/src/signer.cc +++ b/src/signer.cc @@ -29,6 +29,7 @@ #include <xmlsec/dl.h> #include <xmlsec/app.h> #include <xmlsec/crypto.h> +#include "compose.hpp" using std::string; using std::list; |
