diff --git a/internal/platform/BUILD b/internal/platform/BUILD index 6bf27d4a..bee00db1 100644 --- a/internal/platform/BUILD +++ b/internal/platform/BUILD @@ -361,6 +361,7 @@ cc_library( "//internal/platform/implementation:platform", "//internal/platform/implementation:types", "@com_google_absl//absl/base:core_headers", + "@com_google_absl//absl/log:check", "@com_google_absl//absl/time", "@com_google_glog//:glog", ], diff --git a/internal/platform/borrowable.h b/internal/platform/borrowable.h index a16f2d84..8de9330e 100644 --- a/internal/platform/borrowable.h +++ b/internal/platform/borrowable.h @@ -37,6 +37,7 @@ #include #include +#include "absl/log/check.h" #include "internal/platform/mutex.h" #include "internal/platform/mutex_lock.h" diff --git a/presence/implementation/BUILD b/presence/implementation/BUILD index 55932954..41b0f7df 100644 --- a/presence/implementation/BUILD +++ b/presence/implementation/BUILD @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -load("//third_party/bazel_skylib/rules:common_settings.bzl", "bool_flag") +load("@bazel_skylib//rules:common_settings.bzl", "bool_flag") licenses(["notice"])