Mercurial > hg > orthanc
changeset 6042:1ee8049e8d00
fix build on NixOS
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 14 Mar 2025 18:31:21 +0100 |
parents | cad933339ead |
children | 4ee84545fcbe |
files | OrthancServer/Sources/OrthancInitialization.cpp |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancServer/Sources/OrthancInitialization.cpp Fri Mar 14 15:21:17 2025 +0100 +++ b/OrthancServer/Sources/OrthancInitialization.cpp Fri Mar 14 18:31:21 2025 +0100 @@ -59,6 +59,7 @@ # undef __FILE__ # define __FILE__ __ORTHANC_FILE__ # endif +# include <google/protobuf/stubs/common.h> # include <google/protobuf/any.h> #endif