From f2f52c1e2c7e4dfb96f46bc02ffcdc1254aad632 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Mon, 31 May 2021 19:18:33 -0400 Subject: [PATCH] Fix compile error due to missing include (see issue #2421) --- libcef/common/frame_util.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libcef/common/frame_util.h b/libcef/common/frame_util.h index a64504e10..e2b99974f 100644 --- a/libcef/common/frame_util.h +++ b/libcef/common/frame_util.h @@ -6,6 +6,7 @@ #define CEF_LIBCEF_COMMON_FRAME_UTIL_H_ #include +#include namespace frame_util {