diff layer/WaveformLayer.h @ 1375:694004228ab7 zoom

Fix incorrect start/end overlay drawing when zoomed far in
author Chris Cannam
date Tue, 06 Nov 2018 10:51:46 +0000
parents f5566f7271fe
children a18e78b9c78b
line wrap: on
line diff
--- a/layer/WaveformLayer.h	Tue Nov 06 08:59:03 2018 +0000
+++ b/layer/WaveformLayer.h	Tue Nov 06 10:51:46 2018 +0000
@@ -20,6 +20,8 @@
 
 #include "SingleColourLayer.h"
 
+#include "base/ZoomLevel.h"
+
 #include "data/model/RangeSummarisableTimeValueModel.h"
 
 class View;