aboutsummaryrefslogtreecommitdiff
path: root/example/readFromString/readFromString.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'example/readFromString/readFromString.cpp')
-rw-r--r--example/readFromString/readFromString.cpp1
1 files changed, 1 insertions, 0 deletions
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.