summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-12 01:59:05 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-12 01:59:05 +0100
commit17319179fcb27f4a1d6c50485adb70596111fcf2 (patch)
tree872937182f29990e96d70d1a4dd7f4fb3a225a2b
parent99e02766ff36813ecb2a71b11993a876a5e42cad (diff)
fix build
-rw-r--r--serialize/json-helper.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/serialize/json-helper.cpp b/serialize/json-helper.cpp
index 325d4d12..69c7cfca 100644
--- a/serialize/json-helper.cpp
+++ b/serialize/json-helper.cpp
@@ -1,4 +1,5 @@
#include "json-helper.hpp"
+#include "compat/assert.hpp"
#include <cerrno>
#include <cstring>
#include <fstream>