From 04c7242e1040a78700b99984b252a3ab5745d225 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Sun, 10 Sep 2017 03:29:45 -0500 Subject: [PATCH] Change header to get `operator>>()` --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 2d06426..98bf8d5 100644 --- a/Home.md +++ b/Home.md @@ -46,7 +46,7 @@ Features of *jsoncpp* Code example ------------ ```cpp -#include +#include Json::Value root; // starts as "null"; will contain the root value after parsing std::cin >> root;