Move QString include to cpp file of RiaStatisticsTool

This commit is contained in:
Gaute Lindkvist 2018-11-25 18:26:40 +01:00
parent ab0fa2fb19
commit 80d48fd669
2 changed files with 4 additions and 2 deletions

View File

@ -22,6 +22,8 @@
#include "RifEclipseSummaryAddress.h"
#include <QString>
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@ -20,10 +20,10 @@
#pragma once
#include <QString>
#include <cmath>
class QString;
//==================================================================================================
//
//