mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #32 from andlaus/fix_headers
make headers autonomously includable and fix a few harmless clang warnings
This commit is contained in:
commit
741a9653ed
@ -41,6 +41,8 @@
|
||||
#include <opm/core/utility/ErrorMacros.hpp>
|
||||
#include <iterator>
|
||||
#include <iostream>
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <vector>
|
||||
#include <list>
|
||||
|
||||
class UnstructuredGrid;
|
||||
struct UnstructuredGrid;
|
||||
|
||||
namespace {
|
||||
class ResSOnCurve;
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include <vector>
|
||||
#include <list>
|
||||
|
||||
class UnstructuredGrid;
|
||||
struct UnstructuredGrid;
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user