diff --git a/src/Battling/History/HistoryHolder.hpp b/src/Battling/History/HistoryHolder.hpp index 09e36d8..398563d 100644 --- a/src/Battling/History/HistoryHolder.hpp +++ b/src/Battling/History/HistoryHolder.hpp @@ -1,10 +1,11 @@ #ifndef CREATURELIB_HISTORYHOLDER_HPP #define CREATURELIB_HISTORYHOLDER_HPP +#include #include #include "../../Library/Exceptions/CreatureException.hpp" -#include "HistoryElements/HistoryElement.hpp" #include "HistoryElements/DamageHistory.hpp" +#include "HistoryElements/HistoryElement.hpp" template concept HistoryElementType = std::is_base_of::value;