summaryrefslogtreecommitdiffstats
path: root/libcxx/src/support/win32/locale_win32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/src/support/win32/locale_win32.cpp')
-rw-r--r--libcxx/src/support/win32/locale_win32.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/src/support/win32/locale_win32.cpp b/libcxx/src/support/win32/locale_win32.cpp
index e8c630c1faf..a639ade4c21 100644
--- a/libcxx/src/support/win32/locale_win32.cpp
+++ b/libcxx/src/support/win32/locale_win32.cpp
@@ -9,8 +9,8 @@
//===----------------------------------------------------------------------===//
#include "support/win32/locale_win32.h"
-
-#include <stdarg.h> // va_start, va_end
+#include <cstdarg> // va_start, va_end
+#include <cwchar> // mbstate_t
// FIXME: base currently unused. Needs manual work to construct the new locale
locale_t newlocale( int mask, const char * locale, locale_t /*base*/ )
OpenPOWER on IntegriCloud