From 24e7bb6c1ce8d644d1739624221c73ce921aa621 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=93=E8=88=AA?= <1210603696@qq.com> Date: Wed, 5 Nov 2014 15:18:26 +0800 Subject: [PATCH] update --- TinySTL/Algorithm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TinySTL/Algorithm.h b/TinySTL/Algorithm.h index 6d9d98f..289eb92 100644 --- a/TinySTL/Algorithm.h +++ b/TinySTL/Algorithm.h @@ -1,15 +1,15 @@ #ifndef _ALGORITHM_H_ #define _ALGORITHM_H_ +#include +#include + #include "Allocator.h" #include "Functional.h" #include "Iterator.h" #include "TypeTraits.h" #include "Utility.h" -#include -#include - namespace TinySTL{ //********* [fill] ******************** //********* [Algorithm Complexity: O(N)] ****************