From ddd8f0e9a70aa1099133bc6893ca7c488653bb5b Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Tue, 28 Feb 2023 14:06:18 +0000 Subject: Remove fastos/types. --- .../src/vespa/searchcore/proton/matching/docid_range_scheduler.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'searchcore') diff --git a/searchcore/src/vespa/searchcore/proton/matching/docid_range_scheduler.h b/searchcore/src/vespa/searchcore/proton/matching/docid_range_scheduler.h index 177d19b06f9..cd4d1686eeb 100644 --- a/searchcore/src/vespa/searchcore/proton/matching/docid_range_scheduler.h +++ b/searchcore/src/vespa/searchcore/proton/matching/docid_range_scheduler.h @@ -3,13 +3,14 @@ #pragma once #include -#include #include #include #include #include #include +#define VESPA_DLL_LOCAL __attribute__ ((visibility("hidden"))) + namespace proton::matching { /** -- cgit v1.2.3