commit | 1601ea0835d235a9f5c498e637e2b559da58e17b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Dec 07 09:43:38 2021 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Dec 07 09:43:38 2021 -0800 |
tree | 5015100cb583ba035d40917cc21d3846f42adc89 | |
parent | 51fd5436a52846f49fc68197a55304025e86f25b [diff] |
Upgrade jsoncpp to 1.9.5 Test: make Change-Id: I0be1376ee1502a2fd9db2733b503f30f2777a02a
diff --git a/example/readFromString/readFromString.cpp b/example/readFromString/readFromString.cpp index c27bbd5..0b29a4e 100644 --- a/example/readFromString/readFromString.cpp +++ b/example/readFromString/readFromString.cpp
@@ -1,5 +1,6 @@ #include "json/json.h" #include <iostream> +#include <memory> /** * \brief Parse a raw string into Value object using the CharReaderBuilder * class, or the legacy Reader class.