Make DataMap.hpp properly include its dependencies.

This commit is contained in:
Atgeirr Flø Rasmussen 2012-11-26 10:50:09 +01:00 committed by Arne Morten Kvarving
parent 3725ac8f7d
commit a767e166ae

View File

@ -20,8 +20,9 @@
#ifndef OPM_DATAMAP_HEADER_INCLUDED
#define OPM_DATAMAP_HEADER_INCLUDED
#include <string>
#include <map>
#include <string>
#include <vector>
namespace Opm
{