Fix compile error due to missing include (see issue #2421)
This commit is contained in:
parent
f3ddec372f
commit
f2f52c1e2c
|
@ -6,6 +6,7 @@
|
||||||
#define CEF_LIBCEF_COMMON_FRAME_UTIL_H_
|
#define CEF_LIBCEF_COMMON_FRAME_UTIL_H_
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace frame_util {
|
namespace frame_util {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue