diff options
Diffstat (limited to 'stlport')
-rw-r--r-- | stlport/systemstl/rope | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stlport/systemstl/rope b/stlport/systemstl/rope index 3e84cb35e9db..de0cb598bd15 100644 --- a/stlport/systemstl/rope +++ b/stlport/systemstl/rope @@ -2,9 +2,9 @@ * * $RCSfile: rope,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: vg $ $Date: 2005-02-24 14:47:52 $ + * last change: $Author: obo $ $Date: 2005-07-18 08:44:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -63,7 +63,9 @@ #define SYSTEM_STL_ROPE #include <functional> +#include <numeric> #include <ext/rope> + #ifdef GCC namespace std { |