Skip to content

Commit

Permalink
Merge pull request OPM#4256 from blattms/bugfix/missing-include-Esmry
Browse files Browse the repository at this point in the history
[fix] Added missing include needed for g++-14
  • Loading branch information
bska authored Oct 14, 2024
2 parents 6ae1427 + 8c3748e commit 3a107a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opm/io/eclipse/ESmry.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#ifndef OPM_IO_ESMRY_HPP
#define OPM_IO_ESMRY_HPP

#include <algorithm>
#include <chrono>
#include <filesystem>
#include <iosfwd>
Expand Down

0 comments on commit 3a107a5

Please sign in to comment.