summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libcxx/include/cctype1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/include/cctype b/libcxx/include/cctype
index b647903c45c..26c740f7382 100644
--- a/libcxx/include/cctype
+++ b/libcxx/include/cctype
@@ -39,6 +39,7 @@ int toupper(int c);
#include <ctype.h>
#if defined(_LIBCPP_MSVCRT)
#include "support/win32/support.h"
+#include "support/win32/locale_win32.h"
#endif // _LIBCPP_MSVCRT
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
OpenPOWER on IntegriCloud