From 10ec28c5de9442fe93635ae76ca397d138f9e93c Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Sat, 13 Apr 2024 01:41:13 +0200 Subject: Add atomics --- 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 e4bfee8..84ed375 100644 --- a/deimos/core/BUILD +++ b/deimos/core/BUILD @@ -3,6 +3,7 @@ cc_library( hdrs = [ "allocator.h", "api_registry.h", + "atomic.h", "base.h", "gsl.h", "hash.h", -- cgit