aboutsummaryrefslogtreecommitdiff
path: root/example/streamWrite/streamWrite.cpp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:04:19 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:04:19 +0000
commit69006bc18746b54751497522493607ccd733d185 (patch)
tree5015100cb583ba035d40917cc21d3846f42adc89 /example/streamWrite/streamWrite.cpp
parent35369820b978918022eed0f09d615d20c8cd3fa8 (diff)
parent22d33955e4c2525e659f729c9f02afe09183b107 (diff)
downloadjsoncpp-aml_ips_341510000.tar.gz
Change-Id: I10c6e35320b938b33e02ed169bcc6635cbd4a83e
Diffstat (limited to 'example/streamWrite/streamWrite.cpp')
-rw-r--r--example/streamWrite/streamWrite.cpp1
1 files changed, 1 insertions, 0 deletions
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