Skip to content

Commit 13698b5

Browse files
committed
Added recommended include path.
1 parent 5349225 commit 13698b5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ The documentation of the latest release is available online at:
9191
http://jsoncpp.sourceforge.net/
9292

9393

94+
* Using json-cpp in your project:
95+
===============================
96+
97+
include/ should be added to your compiler include path. jsoncpp headers should be included as follow:
98+
#include <json/json.h>
99+
100+
94101
* Adding a reader/writer test:
95102
============================
96103

0 commit comments

Comments
 (0)