Merge pull request #32 from andlaus/fix_headers

make headers autonomously includable and fix a few harmless clang warnings
This commit is contained in:
Bård Skaflestad 2013-09-24 02:39:07 -07:00
commit 741a9653ed
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
{