aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/streambuf
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/streambuf')
-rw-r--r--libcxx/include/streambuf2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/streambuf b/libcxx/include/streambuf
index db3078d809a5..9874ec2ce499 100644
--- a/libcxx/include/streambuf
+++ b/libcxx/include/streambuf
@@ -108,8 +108,10 @@ protected:
*/
#include <__config>
+#include <cstdint>
#include <ios>
#include <iosfwd>
+#include <version>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header