From 1ea9f3f92f2586de844ccbf8f8f2ef3f00aa20fa Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Mon, 5 Feb 2018 16:12:00 +0000 Subject: Include time.h on wasm. Bug: chromium:804907 Change-Id: Id9b496f14134631d3308c073b8780bf18c2305c8 Reviewed-on: https://pdfium-review.googlesource.com/25270 Reviewed-by: dsinclair Commit-Queue: Henrique Nakashima --- core/fxcrt/cfx_datetime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/fxcrt/cfx_datetime.cpp b/core/fxcrt/cfx_datetime.cpp index 04fa8a57ba..9dcf6325ca 100644 --- a/core/fxcrt/cfx_datetime.cpp +++ b/core/fxcrt/cfx_datetime.cpp @@ -8,7 +8,7 @@ #include "core/fxcrt/fx_system.h" #if _FX_OS_ == _FX_OS_LINUX_ || _FX_OS_ == _FX_OS_ANDROID_ || \ - _FX_OS_ == _FX_OS_MACOSX_ + _FX_OS_ == _FX_OS_MACOSX_ || _FX_OS_ == _FX_OS_WASM_ #include #include #endif -- cgit v1.2.3