diff options
Diffstat (limited to 'test/other_tools/git_operations/git_repo_remote.test.cpp')
-rw-r--r-- | test/other_tools/git_operations/git_repo_remote.test.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/other_tools/git_operations/git_repo_remote.test.cpp b/test/other_tools/git_operations/git_repo_remote.test.cpp index c781f61b..0a970db8 100644 --- a/test/other_tools/git_operations/git_repo_remote.test.cpp +++ b/test/other_tools/git_operations/git_repo_remote.test.cpp @@ -12,9 +12,16 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include <atomic> +#include <cstdlib> +#include <filesystem> +#include <memory> +#include <optional> +#include <string> #include <thread> #include "catch2/catch_test_macros.hpp" +#include "fmt/core.h" #include "nlohmann/json.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" #include "src/buildtool/logging/log_level.hpp" |