# HG changeset patch # User jodogne # Date 1530802436 -7200 # Node ID 7409bb3ef0f53831efde10e4183686166183ad77 # Parent e490cdd766b9789707b78b76b9c687fc801d305f fix msvc diff -r e490cdd766b9 -r 7409bb3ef0f5 Framework/Common/Dictionary.h --- a/Framework/Common/Dictionary.h Thu Jul 05 15:38:47 2018 +0200 +++ b/Framework/Common/Dictionary.h Thu Jul 05 16:53:56 2018 +0200 @@ -24,6 +24,7 @@ #include "IValue.h" #include +#include namespace OrthancDatabases { diff -r e490cdd766b9 -r 7409bb3ef0f5 Framework/Common/Integer64Value.h --- a/Framework/Common/Integer64Value.h Thu Jul 05 15:38:47 2018 +0200 +++ b/Framework/Common/Integer64Value.h Thu Jul 05 16:53:56 2018 +0200 @@ -23,6 +23,8 @@ #include "IValue.h" +#include + namespace OrthancDatabases { class Integer64Value : public IValue