From 36085ab49af15a6df9aabbae4b027ca54f380bff Mon Sep 17 00:00:00 2001 From: Sean Middleditch Date: Tue, 12 Jan 2010 04:13:26 -0800 Subject: [PATCH] include jansson.h inside the jansson namespace --- janssonxx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/janssonxx.h b/janssonxx.h index 6e81241..9085652 100644 --- a/janssonxx.h +++ b/janssonxx.h @@ -2,10 +2,12 @@ #define JANSSONXX_H 1 #include -#include namespace jansson { +// include in the jansson namespace +#include + class Iterator; // represents any JSON value -- 2.1.4