diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-04-16 17:01:13 +0200 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-04-16 17:01:13 +0200 |
| commit | 4748386b4e22a5bfe0c4d3f0d65c43f37e09536e (patch) | |
| tree | 5fc64c585470ea15f93b4168ef846a447e2e0538 /omni/BUILD.bazel | |
| parent | 70dfff41ce5d50264ca419724c038e8acc8df753 (diff) | |
progress on the allocator
Diffstat (limited to 'omni/BUILD.bazel')
| -rw-r--r-- | omni/BUILD.bazel | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/omni/BUILD.bazel b/omni/BUILD.bazel index ca62d73..9278b8f 100644 --- a/omni/BUILD.bazel +++ b/omni/BUILD.bazel @@ -4,7 +4,9 @@ cc_library( name = "omni_impl", hdrs = [ ":stdint.h", - ":platform.h" + ":platform.h", + ":intrin.h", + ":memory.h" ], visibility = ["//visibility:public"] ) |
