From 9d5e801027a46590c57a8a23034f10e2f0f4bb6f Mon Sep 17 00:00:00 2001 From: andrewkatson Date: Fri, 5 Apr 2024 19:28:37 -0400 Subject: [PATCH] Add .ipp files for boost.system --- BUILD.bazel | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.bazel b/BUILD.bazel index afe321620..648419fdf 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -7,6 +7,7 @@ cc_library( hdrs = glob([ "include/**/*.hpp", "include/**/*.h", + "include/**/*.ipp", ]), includes = ["include"], deps = [