Ensure we don't get json/value.h without json/writer.h

This commit is contained in:
JoelKatz
2012-09-13 13:11:34 -07:00
parent 4831588c33
commit e6411a6afc

View File

@@ -6,6 +6,9 @@
#include <boost/thread/recursive_mutex.hpp>
#include <boost/filesystem.hpp>
// Ensure that we don't get value.h without writer.h
#include "../json/json.h"
enum LogSeverity
{
lsTRACE = 0,