##// END OF EJS Templates
Fixes compilation on linux
Alexandre Leroux -
r617:997f682a3d4f
parent child
Show More
@@ -2,6 +2,7
2 2 #define SCIQLOP_SORTUTILS_H
3 3
4 4 #include <algorithm>
5 #include <cmath>
5 6 #include <numeric>
6 7 #include <vector>
7 8
@@ -2,6 +2,8
2 2 #include "Data/ScalarSeries.h"
3 3 #include "Data/VectorSeries.h"
4 4
5 #include <cmath>
6
5 7 #include <QObject>
6 8 #include <QtTest>
7 9
@@ -9,6 +9,7
9 9 #include <Variable/Variable.h>
10 10 #include <Variable/VariableController.h>
11 11
12 #include <cmath>
12 13 #include <QUuid>
13 14 #include <SqpApplication.h>
14 15
General Comments 0
You need to be logged in to leave comments. Login now