aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpclient.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-16 15:41:11 +0200
committerStefan Boberg <[email protected]>2021-09-16 15:41:11 +0200
commit7f138c4cfc6d6d6fc3e9b29f5cbb750d2462ca96 (patch)
tree2fb68b9fd21cc27523f9347bdbbab2ccd9918ae8 /zenhttp/httpclient.cpp
parentPass on ZEN_NOT_IMPLEMENTED arguments into the resulting ZEN_ASSERT macro (diff)
downloadzen-7f138c4cfc6d6d6fc3e9b29f5cbb750d2462ca96.tar.xz
zen-7f138c4cfc6d6d6fc3e9b29f5cbb750d2462ca96.zip
Improved package serialization to allow round tripping
Diffstat (limited to 'zenhttp/httpclient.cpp')
-rw-r--r--zenhttp/httpclient.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/zenhttp/httpclient.cpp b/zenhttp/httpclient.cpp
index 7e3e9d374..fb1df30b2 100644
--- a/zenhttp/httpclient.cpp
+++ b/zenhttp/httpclient.cpp
@@ -10,8 +10,7 @@
#include <zencore/session.h>
#include <zencore/sharedbuffer.h>
#include <zencore/stream.h>
-
-#include "httpshared.h"
+#include <zenhttp/httpshared.h>
#include <doctest/doctest.h>