jsoncpp: Add missing include <memory>
We use `std::unique_ptr` from this header.
This commit is contained in:
parent
79562e0742
commit
4d9f296aa2
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user