diff options
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",
|