summaryrefslogtreecommitdiffhomepage
path: root/tests/test-https.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-05 18:19:44 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-05 18:19:44 +0100
commit15b6682b177dda1bc64384c7ff1a82e88917c2e5 (patch)
tree9d89f9729c1f815ddb46da9a1eca71dac76fcdbe /tests/test-https.cpp
parent455fcf0bb13baa18eac12d265ebdb743cb8815f3 (diff)
Moved archive.h to libreichwein
Diffstat (limited to 'tests/test-https.cpp')
-rw-r--r--tests/test-https.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-https.cpp b/tests/test-https.cpp
index dcd33d7..cb917e9 100644
--- a/tests/test-https.cpp
+++ b/tests/test-https.cpp
@@ -9,7 +9,7 @@
#include <sstream>
#include <string>
-#include "archive.h"
+#include "https.h"
using namespace std::string_literals;