From 7c375cab5a6067689b6549462d1308bd61930bf9 Mon Sep 17 00:00:00 2001 From: "svoj@mysql.com" <> Date: Fri, 20 May 2005 19:32:51 +0500 Subject: WL#2286 - Compile MySQL w/YASSL support Portability fixes --- extra/yassl/mySTL/helpers.hpp | 2 +- extra/yassl/mySTL/stdexcept.hpp | 2 +- extra/yassl/mySTL/vector.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'extra/yassl/mySTL') diff --git a/extra/yassl/mySTL/helpers.hpp b/extra/yassl/mySTL/helpers.hpp index 1b62d60cd2e..10f120e914b 100644 --- a/extra/yassl/mySTL/helpers.hpp +++ b/extra/yassl/mySTL/helpers.hpp @@ -27,7 +27,7 @@ #ifndef mySTL_HELPERS_HPP #define mySTL_HELPERS_HPP -#include +#include namespace mySTL { diff --git a/extra/yassl/mySTL/stdexcept.hpp b/extra/yassl/mySTL/stdexcept.hpp index 817861438a5..7b797f43c2b 100644 --- a/extra/yassl/mySTL/stdexcept.hpp +++ b/extra/yassl/mySTL/stdexcept.hpp @@ -28,7 +28,7 @@ #define mySTL_STDEXCEPT_HPP -#include // strncpy +#include // strncpy namespace mySTL { diff --git a/extra/yassl/mySTL/vector.hpp b/extra/yassl/mySTL/vector.hpp index 7f1f99295e4..6d5a9b6c057 100644 --- a/extra/yassl/mySTL/vector.hpp +++ b/extra/yassl/mySTL/vector.hpp @@ -31,7 +31,7 @@ #include "helpers.hpp" // construct, destory, fill, etc. #include "algorithm.hpp" // swap #include // ::operator new and delete, placement too -#include // assert +#include // assert namespace mySTL { -- cgit v1.2.1