diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-10-26 10:01:57 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2000-10-26 10:01:57 +0000 |
commit | eb5d0b581f0fb006912a5d5373e5eb156f8af5c7 (patch) | |
tree | 481b2ddb94f5adeb0e276879fc68904fe0f85cf7 /connectivity/source/parse | |
parent | fe163baaac30ea0aa1e4df52accc662ee0d4bac0 (diff) |
#65293#: use standard STL header names
Diffstat (limited to 'connectivity/source/parse')
-rw-r--r-- | connectivity/source/parse/internalnode.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/connectivity/source/parse/internalnode.cxx b/connectivity/source/parse/internalnode.cxx index 6c5ff46a478b..4e58e07961b3 100644 --- a/connectivity/source/parse/internalnode.cxx +++ b/connectivity/source/parse/internalnode.cxx @@ -2,9 +2,9 @@ * * $RCSfile: internalnode.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: oj $ $Date: 2000-10-19 11:47:14 $ + * last change: $Author: hr $ $Date: 2000-10-26 11:01:57 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -62,7 +62,7 @@ #include "internalnode.hxx" #endif -#include <stl_algo.h> +#include <algorithm> #ifndef _CONNECTIVITY_SQLPARSE_HXX #include <connectivity/sqlparse.hxx> #endif |