From a29bca4b79f19e9f04420b545bdec27ddc99150c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 14 Oct 2024 09:36:14 -0400 Subject: Fix includes --- include/artifactory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/artifactory.h') diff --git a/include/artifactory.h b/include/artifactory.h index c6e5c2b..e580886 100644 --- a/include/artifactory.h +++ b/include/artifactory.h @@ -5,6 +5,7 @@ #include #include #include "core.h" +#include "download.h" //! JFrog Artifactory Authentication struct struct JFRT_Auth { -- cgit