Mercurial > hg > svgui
comparison widgets/LevelPanWidget.cpp @ 926:bfeabe25a1a3 tonioni
Add missed include
author | Chris Cannam |
---|---|
date | Tue, 24 Mar 2015 16:08:36 +0000 |
parents | 76f4b81b766d |
children | 271e729c818b |
comparison
equal
deleted
inserted
replaced
925:76f4b81b766d | 926:bfeabe25a1a3 |
---|---|
20 | 20 |
21 #include "layer/ColourMapper.h" | 21 #include "layer/ColourMapper.h" |
22 #include "base/AudioLevel.h" | 22 #include "base/AudioLevel.h" |
23 | 23 |
24 #include <iostream> | 24 #include <iostream> |
25 #include <cmath> | |
25 | 26 |
26 using std::cerr; | 27 using std::cerr; |
27 using std::endl; | 28 using std::endl; |
28 | 29 |
29 static const int maxLevel = 4; | 30 static const int maxLevel = 4; |