jsoncpp: Add missing include <memory>
We use `std::unique_ptr` from this header.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <json/json.h>
|
||||
#include <cstdlib>
|
||||
#include <memory>
|
||||
|
||||
namespace dap {
|
||||
namespace json {
|
||||
|
||||
Reference in New Issue
Block a user