diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-21 15:10:31 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-08-21 15:11:09 +0200 |
| commit | 23d52c3cb72d595c971f189363c6cf9b222581c7 (patch) | |
| tree | cc070f3fc9342d227e405ef78ae09ac1560800a7 /dev/lib/core | |
| parent | 5966f5da72f63dcd6d6203366a996a0c1b9f16fb (diff) | |
feat: chunk_string: new work in progress string container.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/core')
| -rw-r--r-- | dev/lib/core/includes.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/lib/core/includes.hpp b/dev/lib/core/includes.hpp index 6bddba9..4beec1c 100644 --- a/dev/lib/core/includes.hpp +++ b/dev/lib/core/includes.hpp @@ -11,6 +11,7 @@ #include <boost/core/nvp.hpp> #include <boost/core/demangle.hpp> #include <boost/core/null_deleter.hpp> +#include <boost/container/allocator.hpp> #include <filesystem> #include <utility> |
