diff --git a/h/json.h b/h/json.h index 5b735044c..7dbd23476 100644 --- a/h/json.h +++ b/h/json.h @@ -13,6 +13,15 @@ #ifndef __JSON__ #define __JSON__ 1 +#ifdef METTLE +# include +# include +#else +# include +#endif /* METTLE */ +#include "zowetypes.h" +#include "utils.h" + /** \file * \brief json.h is an implementation of an efficient low-level JSON writer and parser. *