Mercurial > hg > orthanc-stone
changeset 1604:89e43bb4906f
missing include
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Wed, 28 Oct 2020 20:06:00 +0100 |
parents | 595c0952ef7e |
children | b3c439d96d3e |
files | OrthancStone/Sources/Oracle/ThreadedOracle.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancStone/Sources/Oracle/ThreadedOracle.h Wed Oct 28 18:49:01 2020 +0100 +++ b/OrthancStone/Sources/Oracle/ThreadedOracle.h Wed Oct 28 20:06:00 2020 +0100 @@ -23,6 +23,7 @@ #pragma once #include <OrthancFramework.h> // To have the macros properly defined +#include <Compatibility.h> // ORTHANC_OVERRIDE #if !defined(ORTHANC_ENABLE_THREADS) # error The macro ORTHANC_ENABLE_THREADS must be defined