This commit is contained in:
conde2 2013-12-01 01:25:34 -02:00
parent 8b0509a5c3
commit 3288711d16
2 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#ifndef STDEXT_MATH_H #ifndef STDEXT_MATH_H
#define STDEXT_MATH_H #define STDEXT_MATH_H
#include <algorithm>
#include "types.h" #include "types.h"
namespace stdext { namespace stdext {

View File

@ -23,7 +23,6 @@
#ifndef STDEXT_H #ifndef STDEXT_H
#define STDEXT_H #define STDEXT_H
#include <algorithm>
#include "compiler.h" #include "compiler.h"
#include "dumper.h" #include "dumper.h"
#include "types.h" #include "types.h"