commit | c39fbdac0f0f6638d5cfca43988750a1aac512db | [log] [tgz] |
---|---|---|
author | Jack Ullery <46848683+jack-ullery@users.noreply.github.com> | Thu Aug 12 21:08:46 2021 +0000 |
committer | GitHub <noreply@github.com> | Thu Aug 12 17:08:46 2021 -0400 |
tree | 4b47aed676ff649caeae19185ee643fab6e71c17 | |
parent | 65bb1b1c1d8019dc72279c12bb74df92925dfd5e [diff] [blame] |
minor fix for code examples (#1317)
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.