From 5a3ee2b3358e147aeb0cabced90991a5ae3b5870 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 10 May 2021 17:23:17 -0400 Subject: Move Coord to its own header --- src/Patchage.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Patchage.cpp') 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" -- cgit v1.2.1