changeset 5330:808319c1e22b

fix msvc build
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 26 Jun 2023 08:40:41 +0200
parents d0752fd53aec
children f294780f0642
files OrthancServer/Plugins/Engine/OrthancPlugins.cpp OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp OrthancServer/Sources/ServerContext.cpp
diffstat 3 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Plugins/Engine/OrthancPlugins.cpp	Sun Jun 25 19:11:34 2023 +0200
+++ b/OrthancServer/Plugins/Engine/OrthancPlugins.cpp	Mon Jun 26 08:40:41 2023 +0200
@@ -67,6 +67,7 @@
 #include "PluginsEnumerations.h"
 #include "PluginsJob.h"
 
+#include <boost/math/special_functions/round.hpp>
 #include <boost/regex.hpp>
 #include <dcmtk/dcmdata/dcdict.h>
 #include <dcmtk/dcmdata/dcdicent.h>
--- 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
--- a/OrthancServer/Sources/ServerContext.cpp	Sun Jun 25 19:11:34 2023 +0200
+++ b/OrthancServer/Sources/ServerContext.cpp	Mon Jun 26 08:40:41 2023 +0200
@@ -46,6 +46,7 @@
 #include "ServerToolbox.h"
 #include "StorageCommitmentReports.h"
 
+#include <boost/math/special_functions/round.hpp>
 #include <dcmtk/dcmdata/dcfilefo.h>
 #include <dcmtk/dcmnet/dimse.h>