Skip to content

Commit

Permalink
Fix missing cstdint header in gtcpp codegen (#1439)
Browse files Browse the repository at this point in the history
  • Loading branch information
tehrengruber authored Jan 31, 2024
1 parent adf3a3c commit 75d23d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gt4py/cartesian/gtc/gtcpp/gtcpp_codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ def visit_Program(self, node: gtcpp.Program, **kwargs: Any) -> Union[str, Collec

Program = as_mako(
"""
#include <cstdint>
#include <gridtools/stencil/${gt_backend_t}.hpp>
#include <gridtools/stencil/cartesian.hpp>
#include <gridtools/common/array.hpp>
Expand Down

0 comments on commit 75d23d0

Please sign in to comment.