changeset 4488:50b3f4c8107e

fix missing include for Debian unstable
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 29 Jan 2021 09:46:47 +0100
parents c06659885362
children 3fd0bf1cb361 cf44052fdf60
files OrthancServer/Sources/ServerIndex.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.cpp	Fri Jan 29 07:32:48 2021 +0100
+++ b/OrthancServer/Sources/ServerIndex.cpp	Fri Jan 29 09:46:47 2021 +0100
@@ -55,6 +55,7 @@
 
 #include <boost/lexical_cast.hpp>
 #include <stdio.h>
+#include <stack>
 
 static const uint64_t MEGA_BYTES = 1024 * 1024;