diff --git a/src/libs/antares/include/antares/antares/Enum.hxx b/src/libs/antares/include/antares/antares/Enum.hxx index fb0869c93e..efcd1db3cf 100644 --- a/src/libs/antares/include/antares/antares/Enum.hxx +++ b/src/libs/antares/include/antares/antares/Enum.hxx @@ -24,6 +24,7 @@ #include #include +#include #include diff --git a/src/libs/antares/study/parts/thermal/cluster.cpp b/src/libs/antares/study/parts/thermal/cluster.cpp index 73707121ce..ccb0efa27a 100644 --- a/src/libs/antares/study/parts/thermal/cluster.cpp +++ b/src/libs/antares/study/parts/thermal/cluster.cpp @@ -39,8 +39,6 @@ using namespace Yuni; using namespace Antares; -#define THERMALAGGREGATELIST_INITIAL_CAPACITY 10 - namespace Yuni::Extension::CString { bool Into::Perform(AnyString string, TargetType& out)