diff --git a/headers/Containers/Hashmap.hpp b/headers/Containers/Hashmap.hpp index ae835f0..ed97d6c 100644 --- a/headers/Containers/Hashmap.hpp +++ b/headers/Containers/Hashmap.hpp @@ -7,14 +7,14 @@ * v. 2.0. If a copy of the MPL was not distributed with this file, You can * obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef GUARD_TOURMALINE_HASHMAP_H +#define GUARD_TOURMALINE_HASHMAP_H #include "../Concepts.hpp" #include "../Systems/Logging.hpp" #include #include -#ifndef GUARD_TOURMALINE_HASHMAP_H -#define GUARD_TOURMALINE_HASHMAP_H namespace Tourmaline::Containers { template