diff options
| author | Stefan Boberg <[email protected]> | 2021-09-16 15:41:11 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-16 15:41:11 +0200 |
| commit | 7f138c4cfc6d6d6fc3e9b29f5cbb750d2462ca96 (patch) | |
| tree | 2fb68b9fd21cc27523f9347bdbbab2ccd9918ae8 /zenhttp/httpsys.cpp | |
| parent | Pass on ZEN_NOT_IMPLEMENTED arguments into the resulting ZEN_ASSERT macro (diff) | |
| download | zen-7f138c4cfc6d6d6fc3e9b29f5cbb750d2462ca96.tar.xz zen-7f138c4cfc6d6d6fc3e9b29f5cbb750d2462ca96.zip | |
Improved package serialization to allow round tripping
Diffstat (limited to 'zenhttp/httpsys.cpp')
| -rw-r--r-- | zenhttp/httpsys.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/zenhttp/httpsys.cpp b/zenhttp/httpsys.cpp index 4536d0ed9..c2d4ef14c 100644 --- a/zenhttp/httpsys.cpp +++ b/zenhttp/httpsys.cpp @@ -2,8 +2,6 @@ #include "httpsys.h" -#include "httpshared.h" - #include <zencore/compactbinary.h> #include <zencore/compactbinarybuilder.h> #include <zencore/compactbinarypackage.h> @@ -11,6 +9,7 @@ #include <zencore/logging.h> #include <zencore/scopeguard.h> #include <zencore/string.h> +#include <zenhttp/httpshared.h> #if ZEN_WITH_HTTPSYS |