jsoncpp: Add missing include <memory>

We use `std::unique_ptr` from this header.
This commit is contained in:
Brad King 2023-05-23 12:36:48 -04:00 committed by Ben Clayton
parent 79562e0742
commit 4d9f296aa2

View File

@ -18,6 +18,7 @@
#include <json/json.h> #include <json/json.h>
#include <cstdlib> #include <cstdlib>
#include <memory>
namespace dap { namespace dap {
namespace json { namespace json {