diff options
Diffstat (limited to 'asl/BUILD.bazel')
-rw-r--r-- | asl/BUILD.bazel | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asl/BUILD.bazel b/asl/BUILD.bazel index cbfe91e..9909bc3 100644 --- a/asl/BUILD.bazel +++ b/asl/BUILD.bazel @@ -24,6 +24,7 @@ cc_library( ],
srcs = [
"allocator.cpp",
+ "assert.cpp",
"format.cpp",
"format_float.cpp",
"print.cpp",
|