From 76b9cd6786433f890b274bf0e5e019cc8f11a19b Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 18 Mar 2019 17:02:12 +0100 Subject: [PATCH] Fix missing include in JSON tests Non-unity builds require the additional header. --- test/base-json.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/base-json.cpp b/test/base-json.cpp index 6e848a2cc..271d4f771 100644 --- a/test/base-json.cpp +++ b/test/base-json.cpp @@ -2,6 +2,7 @@ #include "base/dictionary.hpp" #include "base/namespace.hpp" +#include "base/array.hpp" #include "base/objectlock.hpp" #include "base/json.hpp" #include