diff options
Diffstat (limited to 'src/handle_event.cpp')
-rw-r--r-- | src/handle_event.cpp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/handle_event.cpp b/src/handle_event.cpp index 40f6c22..4e77232 100644 --- a/src/handle_event.cpp +++ b/src/handle_event.cpp @@ -17,16 +17,24 @@ #include "handle_event.hpp" #include "Canvas.hpp" -#include "CanvasModule.hpp" #include "CanvasPort.hpp" #include "Event.hpp" +#include "ILog.hpp" +#include "Metadata.hpp" #include "Patchage.hpp" +#include "PortID.hpp" +#include "warnings.hpp" PATCHAGE_DISABLE_FMT_WARNINGS #include <fmt/core.h> #include <fmt/ostream.h> PATCHAGE_RESTORE_WARNINGS +#include <boost/variant/apply_visitor.hpp> + +#include <iosfwd> +#include <memory> + namespace patchage { namespace { |