diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2024-12-17 18:51:57 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2024-12-19 16:17:46 +0100 |
commit | 8fb0006e710e465c9778f0ad9c84e8ad74042960 (patch) | |
tree | 7de7992fe3a3032410c5f34737dfc7d30c954d4c /test/buildtool/file_system/resolve_symlinks_map.test.cpp | |
parent | f9ba35a3e08edd6963312e6f3573046eb430d03e (diff) | |
download | justbuild-8fb0006e710e465c9778f0ad9c84e8ad74042960.tar.gz |
Remove unused headers
Diffstat (limited to 'test/buildtool/file_system/resolve_symlinks_map.test.cpp')
-rw-r--r-- | test/buildtool/file_system/resolve_symlinks_map.test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/buildtool/file_system/resolve_symlinks_map.test.cpp b/test/buildtool/file_system/resolve_symlinks_map.test.cpp index bb65867b..729e3c54 100644 --- a/test/buildtool/file_system/resolve_symlinks_map.test.cpp +++ b/test/buildtool/file_system/resolve_symlinks_map.test.cpp @@ -15,6 +15,7 @@ #include "src/buildtool/file_system/symlinks_map/resolve_symlinks_map.hpp" #include <atomic> +#include <cstddef> #include <cstdlib> #include <filesystem> #include <memory> |