summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-10 17:23:17 -0400
committerDavid Robillard <d@drobilla.net>2021-05-11 13:30:55 -0400
commit5a3ee2b3358e147aeb0cabced90991a5ae3b5870 (patch)
tree78de1106cba6a30d686ed4ff46978551f4421f86 /src/Patchage.cpp
parente3f6f09981d7862ca34c98f45b3caadf29abee15 (diff)
downloadpatchage-5a3ee2b3358e147aeb0cabced90991a5ae3b5870.tar.gz
patchage-5a3ee2b3358e147aeb0cabced90991a5ae3b5870.tar.bz2
patchage-5a3ee2b3358e147aeb0cabced90991a5ae3b5870.zip
Move Coord to its own header
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index 1246771..96678a4 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -22,6 +22,7 @@
#include "CanvasModule.hpp"
#include "CanvasPort.hpp"
#include "Configuration.hpp"
+#include "Coord.hpp"
#include "Driver.hpp"
#include "Event.hpp"
#include "Legend.hpp"