Include check.h header to fix Github presence build

PiperOrigin-RevId: 493067786
This commit is contained in:
Anay Wadhera
2022-12-05 11:43:05 -08:00
committed by Copybara-Service
parent ba1578777d
commit 87c57534a4
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -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",
],
+1
View File
@@ -37,6 +37,7 @@
#include <memory>
#include <utility>
#include "absl/log/check.h"
#include "internal/platform/mutex.h"
#include "internal/platform/mutex_lock.h"
+1 -1
View File
@@ -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"])