mirror of https://github.com/Icinga/icinga2.git
Fix missing include in JSON tests
Non-unity builds require the additional header.
This commit is contained in:
parent
0cf10c6306
commit
76b9cd6786
|
@ -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 <boost/algorithm/string/replace.hpp>
|
||||
|
|
Loading…
Reference in New Issue