commit | 34da9b5d0971ca204db7ba9a488a681f76e491d0 | [log] [tgz] |
---|---|---|
author | Eric Fiselier <eric@efcs.ca> | Wed Feb 08 00:14:13 2017 +0000 |
committer | Eric Fiselier <eric@efcs.ca> | Wed Feb 08 00:14:13 2017 +0000 |
tree | 348ad506276f7e661bad7edfe95dd2b5fef40157 | |
parent | 25f28d0c9ec4f42f3eabbc5c6bd9c53485c325c3 [diff] [blame] |
Add missing include in <numeric> git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@294393 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/numeric b/include/numeric index e005808..ff2853e 100644 --- a/include/numeric +++ b/include/numeric
@@ -65,6 +65,7 @@ #include <__config> #include <iterator> +#include <limits> // for numeric_limits #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header