summaryrefslogtreecommitdiffstats
path: root/src/Reactor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Reactor.cpp')
-rw-r--r--src/Reactor.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Reactor.cpp b/src/Reactor.cpp
index 6c9a508..02eb108 100644
--- a/src/Reactor.cpp
+++ b/src/Reactor.cpp
@@ -3,6 +3,7 @@
#include "Reactor.hpp"
+#include "Action.hpp"
#include "Canvas.hpp"
#include "CanvasModule.hpp"
#include "CanvasPort.hpp"
@@ -13,6 +14,7 @@
#include "ILog.hpp"
#include "PortID.hpp"
#include "Setting.hpp"
+#include "SignalDirection.hpp"
#include "warnings.hpp"
#include "ganv/Module.hpp"
@@ -20,7 +22,7 @@
PATCHAGE_DISABLE_FMT_WARNINGS
#include <fmt/core.h>
-#include <fmt/ostream.h>
+#include <fmt/ostream.h> // IWYU pragma: keep
PATCHAGE_RESTORE_WARNINGS
#include <boost/variant/apply_visitor.hpp>