aboutsummaryrefslogtreecommitdiff
path: root/zencore/compactbinary.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2022-04-28 09:27:30 +0200
committerGitHub <[email protected]>2022-04-28 09:27:30 +0200
commit1360c1bfd470bbd020e2988e632b53f11a116428 (patch)
tree5375f14ed98a1381a5fa74c8a479e5d33e76e52e /zencore/compactbinary.cpp
parentSerialize compact binary from JSON. (diff)
parentAdded missing includes. (diff)
downloadzen-1360c1bfd470bbd020e2988e632b53f11a116428.tar.xz
zen-1360c1bfd470bbd020e2988e632b53f11a116428.zip
Merge pull request #82 from EpicGames/buildfixv1.0.0.5
Added missing includes.
Diffstat (limited to 'zencore/compactbinary.cpp')
-rw-r--r--zencore/compactbinary.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/zencore/compactbinary.cpp b/zencore/compactbinary.cpp
index 00c5aa0de..a51253989 100644
--- a/zencore/compactbinary.cpp
+++ b/zencore/compactbinary.cpp
@@ -3,6 +3,7 @@
#include "zencore/compactbinary.h"
#include <zencore/base64.h>
+#include <zencore/compactbinarybuilder.h>
#include <zencore/compactbinaryvalidation.h>
#include <zencore/compactbinaryvalue.h>
#include <zencore/compress.h>
@@ -22,10 +23,9 @@
# include <time.h>
#endif
-#if ZEN_WITH_TESTS
-# include <json11.hpp>
-# include <zencore/compactbinarybuilder.h>
-#endif
+ZEN_THIRD_PARTY_INCLUDES_START
+#include <json11.hpp>
+ZEN_THIRD_PARTY_INCLUDES_END
namespace zen {