diff --git a/headers/private/kernel/util/AVLTreeMap.h b/headers/private/kernel/util/AVLTreeMap.h index c772dc1acf..8057ecf8cd 100644 --- a/headers/private/kernel/util/AVLTreeMap.h +++ b/headers/private/kernel/util/AVLTreeMap.h @@ -28,9 +28,9 @@ #ifndef _AVL_TREE_MAP_H #define _AVL_TREE_MAP_H -#include #include +#include #include "MallocFreeAllocator.h" diff --git a/headers/private/kernel/util/Constructor.h b/headers/private/kernel/util/Constructor.h index 32fc276014..796b66b289 100644 --- a/headers/private/kernel/util/Constructor.h +++ b/headers/private/kernel/util/Constructor.h @@ -1,7 +1,7 @@ #ifndef _CONSTRUCTOR_H_ #define _CONSTRUCTOR_H_ -#include +#include template class Constructor { diff --git a/headers/private/kernel/util/Vector.h b/headers/private/kernel/util/Vector.h index d7f52a2b90..5548d76325 100644 --- a/headers/private/kernel/util/Vector.h +++ b/headers/private/kernel/util/Vector.h @@ -28,11 +28,11 @@ #ifndef _VECTOR_H #define _VECTOR_H -#include #include #include #include +#include template class VectorIterator; diff --git a/headers/private/kernel/util/VectorMap.h b/headers/private/kernel/util/VectorMap.h index 350535831f..4878e88fd0 100644 --- a/headers/private/kernel/util/VectorMap.h +++ b/headers/private/kernel/util/VectorMap.h @@ -28,12 +28,12 @@ #ifndef _VECTOR_MAP_H #define _VECTOR_MAP_H -#include #include #include #include +#include #include #include diff --git a/headers/private/kernel/util/VectorSet.h b/headers/private/kernel/util/VectorSet.h index 841ebc3c8c..32c39cd819 100644 --- a/headers/private/kernel/util/VectorSet.h +++ b/headers/private/kernel/util/VectorSet.h @@ -28,12 +28,12 @@ #ifndef _VECTOR_SET_H #define _VECTOR_SET_H -#include #include #include #include +#include #include // element orders