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/InputPort.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/server/InputPort.hpp') diff --git a/src/server/InputPort.hpp b/src/server/InputPort.hpp index 834a6d8a..ab4c3e54 100644 --- a/src/server/InputPort.hpp +++ b/src/server/InputPort.hpp @@ -25,6 +25,7 @@ #include "lv2/urid/urid.h" #include "raul/Maid.hpp" +#include #include #include @@ -34,12 +35,6 @@ namespace raul { class Symbol; } // namespace raul -namespace boost::intrusive { - -template struct constant_time_size; - -} // namespace boost::intrusive - namespace ingen { class Atom; -- cgit v1.2.1