We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7774719 commit a607e1eCopy full SHA for a607e1e
src/ea/EASTL
src/libcxx/header_test.cpp
@@ -9,6 +9,7 @@
9
#include <cerrno>
10
#include <cfenv>
11
#include <cfloat>
12
+#include <chrono>
13
#include <cinttypes>
14
#include <ciso646>
15
#include <climits>
src/libcxx/include/chrono
@@ -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
+#endif // _EZCXX_CHRONO
0 commit comments