Skip to content

Commit 106b814

Browse files
committed
Fix include
1 parent 98694b2 commit 106b814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424
#include <variant>
2525
#endif
2626

27-
#include "types.hpp"
27+
#include "concurrent.hpp" // definition of CONCURRENCY_ENABLED
2828

2929
namespace kanzi {
3030

0 commit comments

Comments
 (0)