diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-13 01:41:13 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-13 01:41:13 +0200 |
commit | 10ec28c5de9442fe93635ae76ca397d138f9e93c (patch) | |
tree | 7795ff5e2b15659f78328d14338a7c033f0ffe41 /deimos/core/BUILD | |
parent | a6abeaaf3a68e3b7072f75acae4cfdf720ad20f4 (diff) |
Add atomics
Diffstat (limited to 'deimos/core/BUILD')
-rw-r--r-- | deimos/core/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
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",
|