diff options
Diffstat (limited to 'src/buildtool/common/user_structs.hpp')
-rw-r--r-- | src/buildtool/common/user_structs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/common/user_structs.hpp b/src/buildtool/common/user_structs.hpp index 019d5925..9f67ed45 100644 --- a/src/buildtool/common/user_structs.hpp +++ b/src/buildtool/common/user_structs.hpp @@ -15,11 +15,11 @@ #ifndef INCLUDED_SRC_BUILDTOOL_COMMON_USER_STRUCTS_HPP #define INCLUDED_SRC_BUILDTOOL_COMMON_USER_STRUCTS_HPP +#include <algorithm> #include <filesystem> #include <functional> #include <memory> #include <optional> -#include <string> #include <vector> #include "nlohmann/json.hpp" |