# HG changeset patch # User Alain Mazy # Date 1703079849 -3600 # Node ID 78f68ad10b69b917c61bd5fa8413b136c4a05dc5 # Parent 3b45bce71fcc4b607ef0861d33281f7236aaf156 missing includes for assert() diff -r 3b45bce71fcc -r 78f68ad10b69 OrthancFramework/Sources/Images/PamWriter.cpp --- a/OrthancFramework/Sources/Images/PamWriter.cpp Tue Dec 19 11:45:37 2023 +0100 +++ b/OrthancFramework/Sources/Images/PamWriter.cpp Wed Dec 20 14:44:09 2023 +0100 @@ -28,6 +28,7 @@ #include "../OrthancException.h" #include "../Toolbox.h" +#include #include diff -r 3b45bce71fcc -r 78f68ad10b69 OrthancServer/Sources/Search/ISqlLookupFormatter.cpp --- a/OrthancServer/Sources/Search/ISqlLookupFormatter.cpp Tue Dec 19 11:45:37 2023 +0100 +++ b/OrthancServer/Sources/Search/ISqlLookupFormatter.cpp Wed Dec 20 14:44:09 2023 +0100 @@ -40,6 +40,7 @@ #include "DatabaseConstraint.h" +#include #include #include