summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_selection.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/automation_selection.h')
-rw-r--r--gtk2_ardour/automation_selection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_selection.h b/gtk2_ardour/automation_selection.h
index 26dfeb8992..8460613e94 100644
--- a/gtk2_ardour/automation_selection.h
+++ b/gtk2_ardour/automation_selection.h
@@ -22,7 +22,7 @@
#include <list>
#include "ardour/automation_list.h"
-#include "evoral/Parameter.hpp"
+#include "evoral/Parameter.h"
class AutomationSelection : public std::list<boost::shared_ptr<ARDOUR::AutomationList> > {
public: