diff options
Diffstat (limited to 'test/other_tools/utils')
-rw-r--r-- | test/other_tools/utils/curl_url.test.cpp | 5 | ||||
-rw-r--r-- | test/other_tools/utils/curl_usage.test.cpp | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/test/other_tools/utils/curl_url.test.cpp b/test/other_tools/utils/curl_url.test.cpp index a591ac92..a10d48c0 100644 --- a/test/other_tools/utils/curl_url.test.cpp +++ b/test/other_tools/utils/curl_url.test.cpp @@ -12,6 +12,11 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include <filesystem> +#include <memory> +#include <optional> +#include <string> + #include "catch2/catch_test_macros.hpp" #include "src/other_tools/utils/curl_url_handle.hpp" diff --git a/test/other_tools/utils/curl_usage.test.cpp b/test/other_tools/utils/curl_usage.test.cpp index 980793bf..650255d8 100644 --- a/test/other_tools/utils/curl_usage.test.cpp +++ b/test/other_tools/utils/curl_usage.test.cpp @@ -14,8 +14,9 @@ #include <cstdlib> #include <filesystem> +#include <memory> +#include <optional> #include <string> -#include <vector> // std::erase_if #include "catch2/catch_test_macros.hpp" #include "src/buildtool/file_system/file_system_manager.hpp" |