Mercurial > hg > orthanc-databases
changeset 108:57c0138d456e
fix os x
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 22 Jan 2019 17:21:32 +0100 |
parents | 5765cc5fd268 |
children | 3f31e3fa5114 |
files | Framework/PostgreSQL/PostgreSQLIncludes.h |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Framework/PostgreSQL/PostgreSQLIncludes.h Tue Jan 22 16:53:26 2019 +0100 +++ b/Framework/PostgreSQL/PostgreSQLIncludes.h Tue Jan 22 17:21:32 2019 +0100 @@ -21,6 +21,13 @@ #pragma once +// These includes are necessary for compilation on OS X +#include <unistd.h> +#include <vector> +#include <map> +#include <cmath> +#include <Core/Enumerations.h> + // PostgreSQL includes #include <pg_config.h>