summaryrefslogtreecommitdiff
path: root/deimos/core/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'deimos/core/BUILD')
-rw-r--r--deimos/core/BUILD4
1 files changed, 3 insertions, 1 deletions
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",