diff OrthancServer/Sources/ServerIndex.cpp @ 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 6831de40acd9
children 39192eb9b43d
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;