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] |
minor fix for code examples (#1317)
diff --git a/example/streamWrite/streamWrite.cpp b/example/streamWrite/streamWrite.cpp index 6f7f797..a72f5a5 100644 --- a/example/streamWrite/streamWrite.cpp +++ b/example/streamWrite/streamWrite.cpp
@@ -1,5 +1,6 @@ #include "json/json.h" #include <iostream> +#include <memory> /** \brief Write the Value object to a stream. * Example Usage: * $g++ streamWrite.cpp -ljsoncpp -std=c++11 -o streamWrite