comparison OrthancStone/Sources/Oracle/ThreadedOracle.h @ 1604:89e43bb4906f

missing include
author Benjamin Golinvaux <bgo@osimis.io>
date Wed, 28 Oct 2020 20:06:00 +0100
parents 8563ea5d8ae4
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1603:595c0952ef7e 1604:89e43bb4906f
21 21
22 22
23 #pragma once 23 #pragma once
24 24
25 #include <OrthancFramework.h> // To have the macros properly defined 25 #include <OrthancFramework.h> // To have the macros properly defined
26 #include <Compatibility.h> // ORTHANC_OVERRIDE
26 27
27 #if !defined(ORTHANC_ENABLE_THREADS) 28 #if !defined(ORTHANC_ENABLE_THREADS)
28 # error The macro ORTHANC_ENABLE_THREADS must be defined 29 # error The macro ORTHANC_ENABLE_THREADS must be defined
29 #endif 30 #endif
30 31