Add missing standard library includes.

This commit is contained in:
Atgeirr Flø Rasmussen 2019-04-30 11:39:21 +02:00
parent 0466effc93
commit 7a47f7cf2d
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "EclFile.hpp"
#include "EclUtil.hpp"
#include <array>
#include <functional>
#include <string>
#include <string.h>

View File

@ -19,6 +19,7 @@
#ifndef ECL_UTIL_HPP
#define ECL_UTIL_HPP
#include <string>
#include <tuple>
#include <examples/test_util/data/EclIOdata.hpp>