commit | fce5e6833503192d14573523591b620ae4f20c9c | [log] [tgz] |
---|---|---|
author | Nikolas Klauser <nikolasklauser@berlin.de> | Tue Dec 20 21:13:12 2022 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Dec 26 17:36:15 2022 -0800 |
tree | 3de9b0c87cfb529dad3ecd321530e0a54dae15cb | |
parent | dfc04a3b1110b145b15b66be9da0b9f3ac1afeda [diff] [blame] |
[libc++] Granularize <type_traits> includes in <iterator> Reviewed By: Mordante, #libc Spies: libcxx-commits Differential Revision: https://reviews.llvm.org/D140621 NOKEYCHECK=True GitOrigin-RevId: 430b397f6715d4d2f2569716c93fcd6292ace3dc
diff --git a/include/fstream b/include/fstream index 0c09f21..41e95bf 100644 --- a/include/fstream +++ b/include/fstream
@@ -1757,6 +1757,7 @@ # include <limits> # include <new> # include <stdexcept> +# include <type_traits> #endif #endif // _LIBCPP_FSTREAM