diff options
author | Jelte Jansen <jelte@isc.org> | 2011-04-21 16:02:16 +0200 |
---|---|---|
committer | Jelte Jansen <jelte@isc.org> | 2011-04-21 16:02:16 +0200 |
commit | a1703e5ae5fc9458c066fb4aab7666bf4e5fdb8a (patch) | |
tree | 9a7a75e900d977bf3ecbe435532e384087da17b3 /src/lib/dns/tsigkey.cc | |
parent | Merge branch 'trac781' of ssh://bind10.isc.org/var/bind10/git/bind10 into tra... (diff) | |
download | kea-a1703e5ae5fc9458c066fb4aab7666bf4e5fdb8a.tar.xz kea-a1703e5ae5fc9458c066fb4aab7666bf4e5fdb8a.zip |
[trac781] some more updates (added doc and a few test changes)
Diffstat (limited to 'src/lib/dns/tsigkey.cc')
-rw-r--r-- | src/lib/dns/tsigkey.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dns/tsigkey.cc b/src/lib/dns/tsigkey.cc index f5c5351371..fa96843877 100644 --- a/src/lib/dns/tsigkey.cc +++ b/src/lib/dns/tsigkey.cc @@ -15,6 +15,7 @@ #include <map> #include <utility> #include <vector> +#include <sstream> #include <exceptions/exceptions.h> |