minor fix for code examples (#1317)

This commit is contained in:
Jack Ullery
2021-08-12 21:08:46 +00:00
committed by GitHub
parent 65bb1b1c1d
commit c39fbdac0f
2 changed files with 2 additions and 0 deletions

View File

@@ -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