##// END OF EJS Templates
Add cmath header missing
perrinel -
r135:ae2e706837b9
parent child
Show More
@@ -3,6 +3,8
3 3 #include <Data/DataProviderParameters.h>
4 4 #include <Data/ScalarSeries.h>
5 5
6 #include <cmath>
7
6 8 std::unique_ptr<IDataSeries>
7 9 CosinusProvider::retrieveData(const DataProviderParameters &parameters) const
8 10 {
General Comments 0
You need to be logged in to leave comments. Login now