From db00742496b125a8bea36ed61e4214e5a2ad33b2 Mon Sep 17 00:00:00 2001 From: Elliott Brossard Date: Thu, 8 Dec 2022 18:05:48 +0000 Subject: [PATCH] Set includes for glog headers in Bazel library --- bazel/glog.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/bazel/glog.bzl b/bazel/glog.bzl index d278598c3..5bb47dd33 100644 --- a/bazel/glog.bzl +++ b/bazel/glog.bzl @@ -190,6 +190,7 @@ def glog_library(namespace = "google", with_gflags = 1, **kwargs): ":stl_logging_h", ":vlog_is_on_h", ], + includes = ["."], strip_include_prefix = "src", defines = final_lib_defines, copts = final_lib_copts,