Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2022-01-10 22:56:43 +0300
committerLouis Dionne <ldionne.2@gmail.com>2022-01-14 17:55:29 +0300
commit5726e55981044b3b2c5bc98272e9ccd0bf58dbec (patch)
tree01844e8cc87fcbbaa603d9d16dfebb245b0b9b57 /libcxxabi
parent92f8a0f1f73bdd7b99fe6874500159380da97985 (diff)
[libc++] Modularize <chrono>
I didn't split the calendar bits more than this because there was little benefit to doing it, and I know our calendar support is incomplete. Whoever picks up the missing calendar bits can organize these headers at their leisure. Differential Revision: https://reviews.llvm.org/D116965
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/src/cxa_guard_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxxabi/src/cxa_guard_impl.h b/libcxxabi/src/cxa_guard_impl.h
index c789bae47621..5a7cbfd5cdb9 100644
--- a/libcxxabi/src/cxa_guard_impl.h
+++ b/libcxxabi/src/cxa_guard_impl.h
@@ -54,6 +54,7 @@
# endif
#endif
+#include <limits.h>
#include <stdlib.h>
#include <__threading_support>
#ifndef _LIBCXXABI_HAS_NO_THREADS