NOISSUE Fix bad unit test data path and usage of std::abs

This commit is contained in:
Petr Mrázek
2016-03-03 02:13:07 +01:00
parent fd2103d6ee
commit 2e4fa7ec13
2 changed files with 2 additions and 3 deletions

View File

@ -2,6 +2,7 @@
#include <QString>
#include "ParseUtils.h"
#include <QDebug>
#include <cstdlib>
QDateTime timeFromS3Time(QString str)
{