aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2013-10-23 21:20:29 +0200
committerTimo Weingärtner <timo@tiwe.de>2013-10-23 21:20:29 +0200
commit8401112f358cd35ea72ddf2d67effbf3ac782a5e (patch)
tree67f92f0fedd35117aac722a87ecc37ce2ba7a804
parent4bea277b6a2efd93321e5d6a0d96c87eb4d4e7c5 (diff)
downloadssh-agent-filter-8401112f358cd35ea72ddf2d67effbf3ac782a5e.tar.gz
rfc4251.h: add #include <stdexcept>
-rw-r--r--rfc4251.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rfc4251.h b/rfc4251.h
index 80723a9..b2f9658 100644
--- a/rfc4251.h
+++ b/rfc4251.h
@@ -32,6 +32,7 @@
#include <string>
#include <iostream>
#include <limits>
+#include <stdexcept>
#include <arpa/inet.h> // ntohl() / htonl()
#include <gmpxx.h>