summaryrefslogtreecommitdiff
path: root/deimos/core/BUILD
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-03 23:39:26 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-03 23:39:44 +0200
commitfcc3c353fd250994dec73c4aa4bd66d976c910bb (patch)
treed009d175c4a8aec3d7b639fa7a37c635b072d037 /deimos/core/BUILD
parent636b98e0ec8771c4377fd78e036da6acbec109db (diff)
Separate gsl stuff, and use std-like int types
Diffstat (limited to 'deimos/core/BUILD')
-rw-r--r--deimos/core/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/deimos/core/BUILD b/deimos/core/BUILD
index 134b236..d004aae 100644
--- a/deimos/core/BUILD
+++ b/deimos/core/BUILD
@@ -4,6 +4,7 @@ cc_library(
"allocator.h",
"api_registry.h",
"base.h",
+ "gsl.h",
"hash.h",
"id_name.h",
"os.h",