Skip to content

Commit b6dc9b3

Browse files
committed
addressed missing includes
1 parent 71ec166 commit b6dc9b3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/eamxx/src/physics/ml_correction/eamxx_ml_correction_process_interface.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "share/field/field_utils.hpp"
66

77
#include <ekat_assert.hpp>
8+
#include <ekat_fpe.hpp>
89
#include <ekat_units.hpp>
910
#include <ekat_team_policy_utils.hpp>
1011

components/eamxx/tests/single-process/ml_correction/ml_correction_standalone.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "physics/register_physics.hpp"
55
#include "share/grid/mesh_free_grids_manager.hpp"
66

7+
#include <ekat_fpe.hpp>
78
#include <ekat_yaml.hpp>
89

910
#include <pybind11/embed.h>

0 commit comments

Comments
 (0)