From 5606b4c399404c0b8f745c6702d70f26eff8b371 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Mon, 25 Mar 2024 19:32:02 +0100 Subject: Update to Clang 18, C++23, rework allocator --- deimos/core/BUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'deimos/core/BUILD') diff --git a/deimos/core/BUILD b/deimos/core/BUILD index 2093642..cb76f90 100644 --- a/deimos/core/BUILD +++ b/deimos/core/BUILD @@ -1,9 +1,11 @@ cc_library( name = "core", hdrs = [ - "base.h", "allocator.h", "api_registry.h", + "base.h", + "hash.h", + "id_name.h", ], srcs = [ "allocator.cpp", -- cgit