diff options
-rw-r--r-- | src/Patchage.cpp | 1 | ||||
-rw-r--r-- | src/PatchageCanvas.cpp | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp index 2c35255..49e632a 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -32,6 +32,7 @@ #include <gtkmm/treemodel.h> #include "flowcanvas/Module.hpp" +#include "flowcanvas/Edge.hpp" #include "patchage-config.h" #include "UIFile.hpp" diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp index 10a156a..acba522 100644 --- a/src/PatchageCanvas.cpp +++ b/src/PatchageCanvas.cpp @@ -27,6 +27,8 @@ #include "AlsaDriver.hpp" #endif +#include "flowcanvas/Edge.hpp" + #include "Patchage.hpp" #include "PatchageCanvas.hpp" #include "PatchageModule.hpp" |