diff --git a/include/common.hpp b/include/common.hpp index d88f43a4..0b8a9eca 100644 --- a/include/common.hpp +++ b/include/common.hpp @@ -123,6 +123,7 @@ template #include #include #include +#include #include #include #include diff --git a/include/utils/string_utils.hpp b/include/utils/string_utils.hpp index 7afc0d08..ec1744eb 100644 --- a/include/utils/string_utils.hpp +++ b/include/utils/string_utils.hpp @@ -22,13 +22,6 @@ #ifndef INCLUDE_UTILS_STRING_UTILS_HPP_ #define INCLUDE_UTILS_STRING_UTILS_HPP_ -REPERTORY_IGNORE_WARNINGS_ENABLE() -#include -#include -#include -#include -REPERTORY_IGNORE_WARNINGS_DISABLE() - namespace repertory::utils::string { // Prototypes constexpr auto begins_with(std::string_view str, std::string_view val) -> bool {