diff --git a/src/core/DataTypes.h b/src/core/DataTypes.h index fb7d16af20a19eaad7a98baa8bdf1971f48c5d3b..489eb9857fa5fc74d8f7a311a7104d687cb23843 100644 --- a/src/core/DataTypes.h +++ b/src/core/DataTypes.h @@ -23,12 +23,13 @@ #include "waLBerlaDefinitions.h" +#include <cmath> #include <cstdint> +#include <limits> #include <memory> -#include <type_traits> +#include <stdexcept> #include <string> -#include <cmath> -#include <limits> +#include <type_traits> #if (defined( __has_include ) && __has_include(<cxxabi.h>)) || defined( __GLIBCXX__ ) #define HAVE_CXXABI_H