mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
include jansson.h inside the jansson namespace
This commit is contained in:
parent
f743c4ee7f
commit
36085ab49a
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue