diff options
-rw-r--r-- | tests/network.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/network.cpp b/tests/network.cpp index 33cf023..a52eb6a 100644 --- a/tests/network.cpp +++ b/tests/network.cpp @@ -1,5 +1,6 @@ #include "catch.hpp" #include <network/tls_policy.hpp> +#include <sstream> #ifdef BOTAN_FOUND TEST_CASE("tls_policy") |