diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-18 07:44:03 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-18 07:44:03 +0000 |
commit | 84d82e048d0c0176380079f3ae4ca92ff3d05025 (patch) | |
tree | 749a7d504011c39571012c74418958203547e8e0 /stlport | |
parent | 7224ad477b9fa0012fbdaae9dcb493d77e92995c (diff) |
INTEGRATION: CWS cmcfixes11 (1.2.20); FILE MERGED
2005/07/14 15:28:50 cmc 1.2.20.1: #i51974# update system stl debugging
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 { |