Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(895)

Unified Diff: test/base-unittests/platform/time-unittest.cc

Issue 441283002: Fix Mac build. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/base-unittests/platform/time-unittest.cc
diff --git a/test/base-unittests/platform/time-unittest.cc b/test/base-unittests/platform/time-unittest.cc
index cd718e2aa2ed412ee6075d76ecb7a6a9b3e5bd63..0eb6795f6613a85c8136518df7ad2b95166b5c9a 100644
--- a/test/base-unittests/platform/time-unittest.cc
+++ b/test/base-unittests/platform/time-unittest.cc
@@ -4,6 +4,9 @@
#include "src/base/platform/time.h"
+#if V8_OS_MACOSX
+#include <mach/mach_time.h>
+#endif
#if V8_OS_POSIX
#include <sys/time.h>
#endif
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698