commit | dbe8111948d372a6f7445e86a0ac985717fbe1bc | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Fri Sep 23 16:11:27 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Fri Sep 23 16:11:27 2011 +0000 |
tree | c1b32170cbebef28cb095d90a69cbea28a050397 | |
parent | a54fd541c23916eb65b252da1690516cb09f6731 [diff] [blame] |
Work on Windows port by Ruben Van Boxem llvm-svn: 140384
diff --git a/libcxx/src/string.cpp b/libcxx/src/string.cpp index 7e651a1..1f58e36 100644 --- a/libcxx/src/string.cpp +++ b/libcxx/src/string.cpp
@@ -11,6 +11,9 @@ #include "cstdlib" #include "cwchar" #include "cerrno" +#if _WIN32 +#include "support/win32/support.h" +#endif // _WIN32 _LIBCPP_BEGIN_NAMESPACE_STD