Linux: Fix compile error.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1785 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
b34963b743
commit
427cca8665
|
@ -82,6 +82,8 @@ typedef std::char_traits<wchar_t> string16_char_traits;
|
||||||
|
|
||||||
#elif defined(WCHAR_T_IS_UTF32)
|
#elif defined(WCHAR_T_IS_UTF32)
|
||||||
|
|
||||||
|
#include <stdint.h> // For uint16_t
|
||||||
|
|
||||||
#include "include/base/cef_macros.h"
|
#include "include/base/cef_macros.h"
|
||||||
|
|
||||||
namespace base {
|
namespace base {
|
||||||
|
|
Loading…
Reference in New Issue