diff --git a/include/yaml-cpp/node/detail/memory.h b/include/yaml-cpp/node/detail/memory.h index e3d344b..8f2bc26 100644 --- a/include/yaml-cpp/node/detail/memory.h +++ b/include/yaml-cpp/node/detail/memory.h @@ -7,8 +7,6 @@ #pragma once #endif -#include -#include #include #include "yaml-cpp/dll.h" @@ -40,7 +38,7 @@ class YAML_CPP_API memory_holder { void merge(memory_holder& rhs); private: - boost::shared_ptr m_pMemory; + shared_memory m_pMemory; }; } }