Mercurial > hg > orthanc
comparison OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp @ 5330:808319c1e22b
fix msvc build
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 26 Jun 2023 08:40:41 +0200 |
parents | fbe857e942cd |
children | b376abae664a |
comparison
equal
deleted
inserted
replaced
5329:d0752fd53aec | 5330:808319c1e22b |
---|---|
30 #include "../OrthancConfiguration.h" | 30 #include "../OrthancConfiguration.h" |
31 #include "../OrthancInitialization.h" | 31 #include "../OrthancInitialization.h" |
32 #include "../ServerContext.h" | 32 #include "../ServerContext.h" |
33 | 33 |
34 #include <boost/algorithm/string/predicate.hpp> | 34 #include <boost/algorithm/string/predicate.hpp> |
35 #include <boost/math/special_functions/round.hpp> | |
35 | 36 |
36 | 37 |
37 namespace Orthanc | 38 namespace Orthanc |
38 { | 39 { |
39 // System information ------------------------------------------------------- | 40 // System information ------------------------------------------------------- |