From 5e99c4a09fa903370d4ece94c89f3d74d9a55ab0 Mon Sep 17 00:00:00 2001 From: Taku Kudo Date: Wed, 15 Jun 2022 02:22:05 +0900 Subject: [PATCH] Fixed build break. Signed-off-by: Kentaro Hayashi Gbp-Pq: Name 0009-Fixed-build-break.patch --- src/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common.h b/src/common.h index ab07d85..c27c352 100644 --- a/src/common.h +++ b/src/common.h @@ -26,6 +26,7 @@ #include #include "config.h" +#include "third_party/absl/strings/string_view.h" #if defined(_WIN32) && !defined(__CYGWIN__) #define OS_WIN -- 2.30.2