# HG changeset patch # User Sebastien Jodogne # Date 1687761641 -7200 # Node ID 808319c1e22b4e7c08894c6832182bb7da4c71bc # Parent d0752fd53aec6a3549811561b3205c451b6d6598 fix msvc build diff -r d0752fd53aec -r 808319c1e22b OrthancServer/Plugins/Engine/OrthancPlugins.cpp --- 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 #include #include #include diff -r d0752fd53aec -r 808319c1e22b OrthancServer/Sources/OrthancRestApi/OrthancRestSystem.cpp --- 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 +#include namespace Orthanc diff -r d0752fd53aec -r 808319c1e22b OrthancServer/Sources/ServerContext.cpp --- 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 #include #include