From afbfd0e78176d47c495a29c795fbd3690fa0ded3 Mon Sep 17 00:00:00 2001
From: Steven Le Rouzic <steven.lerouzic@gmail.com>
Date: Thu, 3 Apr 2025 23:18:51 +0200
Subject: Add numeric library

---
 asl/base/BUILD.bazel | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'asl/base/BUILD.bazel')

diff --git a/asl/base/BUILD.bazel b/asl/base/BUILD.bazel
index 9157ad0..7870ad9 100644
--- a/asl/base/BUILD.bazel
+++ b/asl/base/BUILD.bazel
@@ -18,6 +18,7 @@ cc_library(
         "functional.hpp",
         "integers.hpp",
         "meta.hpp",
+        "numeric.hpp",
         "utility.hpp",
     ],
     srcs = [
@@ -44,5 +45,6 @@ cc_library(
     "functional",
     "integers",
     "meta",
+    "numeric",
     "utility",
 ]]
-- 
cgit