From d744e4d421c313a3b4d786e11a311f73da19fc41 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 24 Dec 2017 09:20:16 -0500 Subject: Clean up includes in public headers --- src/ClashAvoider.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ClashAvoider.cpp') diff --git a/src/ClashAvoider.cpp b/src/ClashAvoider.cpp index 3c7ea827..d74915fa 100644 --- a/src/ClashAvoider.cpp +++ b/src/ClashAvoider.cpp @@ -14,6 +14,7 @@ along with Ingen. If not, see . */ +#include #include #include #include @@ -21,6 +22,7 @@ #include "ingen/ClashAvoider.hpp" #include "ingen/Store.hpp" +#include "ingen/paths.hpp" using namespace std; -- cgit v1.2.1