# HG changeset patch # User Sebastien Jodogne # Date 1611910007 -3600 # Node ID 50b3f4c8107ee82ce699315df33a5c54fad80970 # Parent c06659885362349f2cd448ecbda3e70f81f50b71 fix missing include for Debian unstable diff -r c06659885362 -r 50b3f4c8107e OrthancServer/Sources/ServerIndex.cpp --- 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 #include +#include static const uint64_t MEGA_BYTES = 1024 * 1024;