summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageModule.cpp')
-rw-r--r--src/PatchageModule.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp
index 73dd3e8..9b56856 100644
--- a/src/PatchageModule.cpp
+++ b/src/PatchageModule.cpp
@@ -19,10 +19,11 @@
#include "Patchage.hpp"
#include "PatchageCanvas.hpp"
#include "PatchagePort.hpp"
+#include "SignalDirection.hpp"
PatchageModule::PatchageModule(Patchage* app,
const std::string& name,
- SignalDirection type,
+ SignalDirection type,
ClientID id,
double x,
double y)