Merge pull request #5347 from akva2/janitoring_gcc14

add missing include
This commit is contained in:
Bård Skaflestad 2024-05-13 21:27:26 +02:00 committed by GitHub
commit 2e7a7a0c44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,7 @@
#include <opm/common/OpmLog/KeywordLocation.hpp>
#include <algorithm>
#include <cstddef>
#include <functional>
#include <initializer_list>