Add missing standard library includes.
This commit is contained in:
parent
0466effc93
commit
7a47f7cf2d
@ -19,6 +19,7 @@
|
||||
#include "EclFile.hpp"
|
||||
#include "EclUtil.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
@ -19,6 +19,7 @@
|
||||
#ifndef ECL_UTIL_HPP
|
||||
#define ECL_UTIL_HPP
|
||||
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
#include <examples/test_util/data/EclIOdata.hpp>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user