From bbdab98ed282291b6e29a944359c360c9cca127e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 13 Jul 2024 12:41:21 -0400 Subject: Add missing includes According to include-what-you-use, anyway. Most of these seem questionable/unnecessary, but since the whole point here is to avoid wasting time doing manually what machines can do, just do what the tool says to keep the checks clean even if it's suboptimal. --- src/server/LV2Block.hpp | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/server/LV2Block.hpp') diff --git a/src/server/LV2Block.hpp b/src/server/LV2Block.hpp index fd446106..bbcc1039 100644 --- a/src/server/LV2Block.hpp +++ b/src/server/LV2Block.hpp @@ -31,6 +31,7 @@ #include "raul/Maid.hpp" #include "raul/Noncopyable.hpp" +#include #include #include @@ -46,16 +47,6 @@ namespace raul { class Symbol; } // namespace raul -namespace boost::intrusive { - -template -struct cache_last; - -template -struct constant_time_size; - -} // namespace boost::intrusive - namespace ingen { class Resource; -- cgit v1.2.1