From bf53b570cb58e50995c8f99acebf1d9071f4a7a6 Mon Sep 17 00:00:00 2001 From: LSuper <120311070@qq.com> Date: Mon, 20 May 2024 23:08:35 +0800 Subject: [PATCH] fix: add missing header --- src/Shared/Common/CefViewDebug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shared/Common/CefViewDebug.cpp b/src/Shared/Common/CefViewDebug.cpp index ad40bc8..eda1a70 100644 --- a/src/Shared/Common/CefViewDebug.cpp +++ b/src/Shared/Common/CefViewDebug.cpp @@ -6,7 +6,7 @@ // #include "CefViewDebug.h" - +#include #include std::string toString(CefRefPtr browser)