From 5e3d6fd5cf29ce89741fdd5c61dfa62877d276d2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Aug 2020 12:34:15 +0200 Subject: Clean up includes As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check. --- src/server/InternalBlock.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/server/InternalBlock.hpp') diff --git a/src/server/InternalBlock.hpp b/src/server/InternalBlock.hpp index 7e2e3fed..a7243707 100644 --- a/src/server/InternalBlock.hpp +++ b/src/server/InternalBlock.hpp @@ -18,6 +18,11 @@ #define INGEN_ENGINE_INTERNALBLOCK_HPP #include "BlockImpl.hpp" +#include "types.hpp" + +namespace Raul { +class Symbol; +} // namespace Raul namespace ingen { namespace server { -- cgit v1.2.1