Fix compile error due to missing include (see issue #2421)

This commit is contained in:
Marshall Greenblatt 2021-05-31 19:18:33 -04:00
parent f3ddec372f
commit f2f52c1e2c
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#define CEF_LIBCEF_COMMON_FRAME_UTIL_H_
#include <stdint.h>
#include <string>
namespace frame_util {