diff OrthancServer/Sources/Search/ISqlLookupFormatter.cpp @ 5477:78f68ad10b69

missing includes for assert()
author Alain Mazy <am@osimis.io>
date Wed, 20 Dec 2023 14:44:09 +0100
parents 1474fd6ea6c6
children 48b8dae6dc77
line wrap: on
line diff
--- 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>