From e6411a6afc56faba5082f461c20d14c208d1de0c Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Thu, 13 Sep 2012 13:11:34 -0700 Subject: [PATCH] Ensure we don't get json/value.h without json/writer.h --- src/Log.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Log.h b/src/Log.h index 42c8bb00c..715301222 100644 --- a/src/Log.h +++ b/src/Log.h @@ -6,6 +6,9 @@ #include #include +// Ensure that we don't get value.h without writer.h +#include "../json/json.h" + enum LogSeverity { lsTRACE = 0,