Skip to content

Commit a607e1e

Browse files
committed
added C++11 <chrono>
1 parent 7774719 commit a607e1e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

src/ea/EASTL

src/libcxx/header_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <cerrno>
1010
#include <cfenv>
1111
#include <cfloat>
12+
#include <chrono>
1213
#include <cinttypes>
1314
#include <ciso646>
1415
#include <climits>

src/libcxx/include/chrono

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// -*- C++ -*-
2+
#ifndef _EZCXX_CHRONO
3+
#define _EZCXX_CHRONO
4+
5+
#include <EASTL/chrono.h>
6+
7+
#pragma clang system_header
8+
9+
#endif // _EZCXX_CHRONO

0 commit comments

Comments
 (0)