missing includes for assert()
author |
Alain Mazy <am@osimis.io> |
date |
Wed, 20 Dec 2023 14:44:09 +0100 |
parents |
3b45bce71fcc |
children |
2948c694352e |
files |
OrthancFramework/Sources/Images/PamWriter.cpp OrthancServer/Sources/Search/ISqlLookupFormatter.cpp |
diffstat |
2 files changed, 2 insertions(+), 0 deletions(-)
[+]
|
line diff
--- 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 <cassert>
#include <boost/lexical_cast.hpp>
--- 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 <cassert>
#include <boost/lexical_cast.hpp>
#include <list>