summaryrefslogtreecommitdiff
path: root/tests/network.cpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2018-04-28 13:37:46 +0200
committerlouiz’ <louiz@louiz.org>2018-04-28 13:57:17 +0200
commitf481e2f194d60e9be39ca44ede8d46717937451e (patch)
treeae743f82df276e5ee052f0508a838439164c2f6b /tests/network.cpp
parent97c8e2fed3b510d8048a386230b480c3044153d4 (diff)
downloadbiboumi-f481e2f194d60e9be39ca44ede8d46717937451e.tar.gz
biboumi-f481e2f194d60e9be39ca44ede8d46717937451e.tar.bz2
biboumi-f481e2f194d60e9be39ca44ede8d46717937451e.tar.xz
biboumi-f481e2f194d60e9be39ca44ede8d46717937451e.zip
Fix the test_suite by using catch’s single_include directory
Diffstat (limited to 'tests/network.cpp')
-rw-r--r--tests/network.cpp1
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")