Reference <ErrorMacros.hpp> from canonical location.

This commit is contained in:
Bård Skaflestad
2012-06-22 19:35:19 +02:00
parent c5ed1cae04
commit 25cc61d481
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
#include <numeric>
#include <algorithm>
#include <boost/range/iterator_range.hpp>
#include "ErrorMacros.hpp"
#include <opm/core/utility/ErrorMacros.hpp>
#include <ostream>

View File

@@ -41,7 +41,7 @@
#include <numeric>
#include <algorithm>
#include <boost/range/iterator_range.hpp>
#include "ErrorMacros.hpp"
#include <opm/core/utility/ErrorMacros.hpp>
namespace Opm
{