Make DataMap.hpp properly include its dependencies.

This commit is contained in:
Atgeirr Flø Rasmussen
2017-12-04 16:24:14 +01:00
committed by Arne Morten Kvarving
parent 3725ac8f7d
commit a767e166ae
+2 -1
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
{