]> git.sesse.net Git - nageru/commitdiff
Add a missing #include.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 16 Feb 2016 04:28:25 +0000 (20:28 -0800)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 16 Feb 2016 04:28:25 +0000 (20:28 -0800)
correlation_meter.cpp

index b1080ca9296f0ff04ddfa6790d2a127e2eeb6c53..005a1e2bb91b47753d23a19a97c1883e616ad961 100644 (file)
@@ -1,5 +1,7 @@
 #include <QPainter>
 
+#include <math.h>
+
 #include "correlation_meter.h"
 
 using namespace std;