diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 01:59:05 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-12 01:59:05 +0100 |
commit | 17319179fcb27f4a1d6c50485adb70596111fcf2 (patch) | |
tree | 872937182f29990e96d70d1a4dd7f4fb3a225a2b | |
parent | 99e02766ff36813ecb2a71b11993a876a5e42cad (diff) |
fix build
-rw-r--r-- | serialize/json-helper.cpp | 1 |
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> |