diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2018-12-11 04:35:44 +0000 |
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2018-12-11 04:35:44 +0000 |
| commit | 7dad0bd68bf780b08b70c02a3b88374abfa6c152 (patch) | |
| tree | f3dc02cfe3636fcb6bea07d6eba9e0c80aa71c33 /libcxx/include/ostream | |
| parent | 6368818fd572b49ecb062906ed4a379bca4447df (diff) | |
| download | bcm5719-llvm-7dad0bd68bf780b08b70c02a3b88374abfa6c152.tar.gz bcm5719-llvm-7dad0bd68bf780b08b70c02a3b88374abfa6c152.zip | |
Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308
llvm-svn: 348828
Diffstat (limited to 'libcxx/include/ostream')
| -rw-r--r-- | libcxx/include/ostream | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/ostream b/libcxx/include/ostream index d7a5d528945..d700a369b34 100644 --- a/libcxx/include/ostream +++ b/libcxx/include/ostream @@ -140,6 +140,7 @@ template <class charT, class traits, class T> #include <locale> #include <iterator> #include <bitset> +#include <version> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header |

