diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-03-29 00:18:28 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-03-29 00:18:57 +0100 |
commit | 3c0d80179c0f2053fb2b892ee9af47200cb5d539 (patch) | |
tree | 8b0598e344e6d97c1c1492af8e25ac36bccdb3f7 /deimos/core/BUILD | |
parent | b70ed765ff6cf51aff20714e3ec4415b06898059 (diff) |
Separate the std-lite stuff
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 2f0dc2d..134b236 100644 --- a/deimos/core/BUILD +++ b/deimos/core/BUILD @@ -7,6 +7,7 @@ cc_library( "hash.h",
"id_name.h",
"os.h",
+ "std.h",
],
srcs = [
"allocator.cpp",
|