From 7230e0a10c4ac0c253de5d2b376b7a07c985bd6e Mon Sep 17 00:00:00 2001 From: Alex Marin Date: Sat, 20 Jan 2024 11:08:59 -0800 Subject: [PATCH] Also include ipp files (#3) --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index 7a44bf3cf..1396a3328 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -6,6 +6,7 @@ cc_library( name = "boost.json", hdrs = glob([ "include/**/*.hpp", + "include/**/*.ipp", "include/**/*.h", ]), includes = ["include"],