include jansson.h inside the jansson namespace
authorSean Middleditch <sean@middleditch.us>
Tue, 12 Jan 2010 12:13:26 +0000 (04:13 -0800)
committerSean Middleditch <sean@middleditch.us>
Tue, 12 Jan 2010 12:13:26 +0000 (04:13 -0800)
janssonxx.h

index 6e81241..9085652 100644 (file)
@@ -2,10 +2,12 @@
 #define JANSSONXX_H 1
 
 #include <string>
-#include <jansson.h>
 
 namespace jansson {
 
+// include in the jansson namespace
+#include <jansson.h>
+
 class Iterator;
 
 // represents any JSON value