make headers autonomously includable and fix a few harmless clang warnings

This commit is contained in:
Andreas Lauser
2013-09-10 19:41:49 +02:00
parent 9bed84b63f
commit 44e0848127
3 changed files with 4 additions and 2 deletions

View File

@@ -41,6 +41,8 @@
#include <opm/core/utility/ErrorMacros.hpp>
#include <iterator>
#include <iostream>
#include <cmath>
#include <algorithm>
namespace Opm
{

View File

@@ -26,7 +26,7 @@
#include <vector>
#include <list>
class UnstructuredGrid;
struct UnstructuredGrid;
namespace {
class ResSOnCurve;

View File

@@ -26,7 +26,7 @@
#include <vector>
#include <list>
class UnstructuredGrid;
struct UnstructuredGrid;
namespace Opm
{