diff options
Diffstat (limited to 'test/other_tools/utils/curl_url.test.cpp')
-rw-r--r-- | test/other_tools/utils/curl_url.test.cpp | 5 |
1 files changed, 5 insertions, 0 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" |