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