# HG changeset patch # User Sebastien Jodogne # Date 1609776827 -3600 # Node ID 8a7a5defd5d0fca82c07e9b434879e484f1d1427 # Parent 70da4ce5c7cc5858da954bfe87e613bf011de290 upgrade orthanc framework to 1.8.2 in AWS S3 plugin diff -r 70da4ce5c7cc -r 8a7a5defd5d0 Aws/CMakeLists.txt --- a/Aws/CMakeLists.txt Fri Oct 09 10:23:27 2020 +0200 +++ b/Aws/CMakeLists.txt Mon Jan 04 17:13:47 2021 +0100 @@ -9,7 +9,7 @@ include(CheckIncludeFileCXX) set(ORTHANC_FRAMEWORK_SOURCE "hg" CACHE STRING "orthanc source") -set(ORTHANC_FRAMEWORK_VERSION "1.7.3" CACHE STRING "orthanc framework version") +set(ORTHANC_FRAMEWORK_VERSION "1.8.2" CACHE STRING "orthanc framework version") set(USE_VCPKG_PACKAGES ON CACHE BOOL "Use vcpkg to link against crypto++ and AWS SDK") set(STATIC_AWS_CLIENT ON CACHE BOOL "Statically link against AWS client library (only if USE_VCPKG_PACKAGES=OFF)") set(ALLOW_DOWNLOADS ON) diff -r 70da4ce5c7cc -r 8a7a5defd5d0 Common/StoragePlugin.cpp --- a/Common/StoragePlugin.cpp Fri Oct 09 10:23:27 2020 +0200 +++ b/Common/StoragePlugin.cpp Mon Jan 04 17:13:47 2021 +0100 @@ -39,6 +39,8 @@ #include "../Common/EncryptionHelpers.h" #include "../Common/EncryptionConfigurator.h" + +#include #include static std::unique_ptr plugin;