# HG changeset patch # User Sebastien Jodogne # Date 1681306172 -7200 # Node ID f66b8d70917ecc7c11cccf1e3bfe79afaf825c6f # Parent dd9443ac2dbf386b994ca5ffbe9d3cab0b53a60b fix missing symbol diff -r dd9443ac2dbf -r f66b8d70917e OrthancFramework/Sources/Toolbox.cpp --- a/OrthancFramework/Sources/Toolbox.cpp Wed Apr 12 14:32:59 2023 +0200 +++ b/OrthancFramework/Sources/Toolbox.cpp Wed Apr 12 15:29:32 2023 +0200 @@ -146,9 +146,13 @@ } -#if defined(ORTHANC_STATIC_ICU) && (ORTHANC_ENABLE_ICU == 1) +#if defined(ORTHANC_STATIC_ICU) + +# if (ORTHANC_STATIC_ICU == 1) && (ORTHANC_ENABLE_ICU == 1) +# include +# endif + # if (ORTHANC_STATIC_ICU == 1 && ORTHANC_ENABLE_LOCALE == 1) -# include # include # include # include "Compression/GzipCompressor.h"