From fcc3c353fd250994dec73c4aa4bd66d976c910bb Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Wed, 3 Apr 2024 23:39:26 +0200 Subject: Separate gsl stuff, and use std-like int types --- deimos/core/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'deimos/core/BUILD') 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", -- cgit