changeset 5272:a45e8b6115f6

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Apr 2023 21:17:55 +0200
parents c5f243ad7103
children 7cb1b851f5c8
files OrthancFramework/Sources/DicomNetworking/IApplicationEntityFilter.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomNetworking/IApplicationEntityFilter.h	Thu Apr 13 16:39:16 2023 +0200
+++ b/OrthancFramework/Sources/DicomNetworking/IApplicationEntityFilter.h	Thu Apr 13 21:17:55 2023 +0200
@@ -25,6 +25,7 @@
 
 #include "../Enumerations.h"
 
+#include <boost/noncopyable.hpp>
 #include <string>
 
 namespace Orthanc