comparison OrthancFramework/Sources/Toolbox.cpp @ 5261:f66b8d70917e

fix missing symbol
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Apr 2023 15:29:32 +0200
parents 0b183bb77c83
children 7cb1b851f5c8
comparison
equal deleted inserted replaced
5260:dd9443ac2dbf 5261:f66b8d70917e
144 # include <uuid/uuid.h> 144 # include <uuid/uuid.h>
145 #endif 145 #endif
146 } 146 }
147 147
148 148
149 #if defined(ORTHANC_STATIC_ICU) && (ORTHANC_ENABLE_ICU == 1) 149 #if defined(ORTHANC_STATIC_ICU)
150
151 # if (ORTHANC_STATIC_ICU == 1) && (ORTHANC_ENABLE_ICU == 1)
152 # include <OrthancFrameworkResources.h>
153 # endif
154
150 # if (ORTHANC_STATIC_ICU == 1 && ORTHANC_ENABLE_LOCALE == 1) 155 # if (ORTHANC_STATIC_ICU == 1 && ORTHANC_ENABLE_LOCALE == 1)
151 # include <OrthancFrameworkResources.h>
152 # include <unicode/udata.h> 156 # include <unicode/udata.h>
153 # include <unicode/uloc.h> 157 # include <unicode/uloc.h>
154 # include "Compression/GzipCompressor.h" 158 # include "Compression/GzipCompressor.h"
155 159
156 static std::string globalIcuData_; 160 static std::string globalIcuData_;