diff options
Diffstat (limited to 'src/utils/cpp/path_hash.hpp')
-rw-r--r-- | src/utils/cpp/path_hash.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/cpp/path_hash.hpp b/src/utils/cpp/path_hash.hpp index 0f3910f2..2f433c30 100644 --- a/src/utils/cpp/path_hash.hpp +++ b/src/utils/cpp/path_hash.hpp @@ -15,6 +15,7 @@ #ifndef INCLUDED_SRC_UTILS_CPP_PATH_HASH_HPP #define INCLUDED_SRC_UTILS_CPP_PATH_HASH_HPP +#include <cstddef> #include <filesystem> // NOLINTNEXTLINE(cppcoreguidelines-macro-usage) |