Merge pull request #992 from atgeirr/add-missing-include

Add missing include.
This commit is contained in:
Joakim Hove 2019-09-06 06:40:50 +02:00 committed by GitHub
commit 753d6dcb92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@
*/ */
#include <stdexcept> #include <stdexcept>
#include <cmath> #include <cmath>
#include <string>
#include <opm/parser/eclipse/EclipseState/Schedule/Group/GuideRateModel.hpp> #include <opm/parser/eclipse/EclipseState/Schedule/Group/GuideRateModel.hpp>