CSV import. Include cmath even though it builds successfully on both Windows and Linux locally

This commit is contained in:
Bjørn Erik Jensen 2017-11-27 19:04:36 +01:00
parent 403e137f6d
commit bb9f1aea47

View File

@ -34,6 +34,8 @@
#include <QTextStream> #include <QTextStream>
#include <QFile> #include <QFile>
#include <cmath>
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------
/// ///
//-------------------------------------------------------------------------------------------------- //--------------------------------------------------------------------------------------------------