From 0b1982b9852eff6fa7b1df331ef32ace5ef93bf3 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 16 Jul 2017 17:42:13 +0000 Subject: [PATCH] .autotest git-svn-id: svn://ultimatepp.org/upp/trunk@11251 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- autotest/CheckDownloads/CheckDownloads.upp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autotest/CheckDownloads/CheckDownloads.upp b/autotest/CheckDownloads/CheckDownloads.upp index 150adf63b..52c56d34b 100644 --- a/autotest/CheckDownloads/CheckDownloads.upp +++ b/autotest/CheckDownloads/CheckDownloads.upp @@ -1,5 +1,6 @@ uses - Core; + Core, + Core/SSL; file CheckDownloads.cpp;