Mistake
This commit is contained in:
parent
8b0509a5c3
commit
3288711d16
|
@ -23,6 +23,7 @@
|
|||
#ifndef STDEXT_MATH_H
|
||||
#define STDEXT_MATH_H
|
||||
|
||||
#include <algorithm>
|
||||
#include "types.h"
|
||||
|
||||
namespace stdext {
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#ifndef STDEXT_H
|
||||
#define STDEXT_H
|
||||
|
||||
#include <algorithm>
|
||||
#include "compiler.h"
|
||||
#include "dumper.h"
|
||||
#include "types.h"
|
||||
|
|
Loading…
Reference in New Issue