mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix cotire build errors
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
#include <string>
|
||||
#include <map>
|
||||
|
||||
class QTextStream;
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
//
|
||||
@@ -166,3 +168,7 @@ private:
|
||||
bool operator==(const RifEclipseSummaryAddress& first, const RifEclipseSummaryAddress& second);
|
||||
|
||||
bool operator<(const RifEclipseSummaryAddress& first, const RifEclipseSummaryAddress& second);
|
||||
|
||||
QTextStream& operator << (QTextStream& str, const RifEclipseSummaryAddress& sobj);
|
||||
|
||||
QTextStream& operator >> (QTextStream& str, RifEclipseSummaryAddress& sobj);
|
||||
|
||||
Reference in New Issue
Block a user