##// END OF EJS Templates
Fixes compilation
Alexandre Leroux -
r973:cae3674656af
parent child
Show More
@@ -5,6 +5,7
5 5
6 6 #include <Data/DataSeriesIterator.h>
7 7
8 #include <cmath>
8 9 #include <QLoggingCategory>
9 10
10 11 Q_DECLARE_LOGGING_CATEGORY(LOG_DataSeriesUtils)
@@ -1,7 +1,5
1 1 #include "Data/DataSeriesUtils.h"
2 2
3 #include <cmath>
4
5 3 Q_LOGGING_CATEGORY(LOG_DataSeriesUtils, "DataSeriesUtils")
6 4
7 5 void DataSeriesUtils::fillDataHoles(std::vector<double> &xAxisData, std::vector<double> &valuesData,
General Comments 0
You need to be logged in to leave comments. Login now