Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp Sun Jun 25 19:11:34 2023 +0200 +++ b/OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp Mon Jun 26 08:40:41 2023 +0200 @@ -32,6 +32,7 @@ #include "../ServerContext.h" #include <boost/algorithm/string/predicate.hpp> +#include <boost/math/special_functions/round.hpp> namespace Orthanc