From 60f778b9fcd1c59908293a6145dffd369d4f6daf Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Wed, 9 Jul 2014 21:37:23 -0700 Subject: [PATCH] relative include --- include/json/assertions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/json/assertions.h b/include/json/assertions.h index 425253a..d5d5ff4 100644 --- a/include/json/assertions.h +++ b/include/json/assertions.h @@ -9,7 +9,7 @@ #include #if !defined(JSON_IS_AMALGAMATION) -#include +#include "config.h" #endif // if !defined(JSON_IS_AMALGAMATION) #if JSON_USE_EXCEPTION