From 2776bb78022acc043d5dd0b49efa949ac52ef648 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Wed, 6 Aug 2014 13:39:25 +0000 Subject: [PATCH] Linux: Fix compile error. git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/2062@1786 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- include/base/cef_string16.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/base/cef_string16.h b/include/base/cef_string16.h index 30d9dd114..0d642b2df 100644 --- a/include/base/cef_string16.h +++ b/include/base/cef_string16.h @@ -82,6 +82,8 @@ typedef std::char_traits string16_char_traits; #elif defined(WCHAR_T_IS_UTF32) +#include // For uint16_t + #include "include/base/cef_macros.h" namespace base {