From 0169a7b9b787243afb3d87e33b57041dd38b8196 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Mon, 20 Jan 2025 08:07:01 -0800 Subject: [PATCH] add cstdint --- example/cpp/include/diplomat_runtime.hpp | 1 + feature_tests/cpp/include/diplomat_runtime.hpp | 1 + tool/templates/cpp/runtime.hpp.jinja | 1 + 3 files changed, 3 insertions(+) diff --git a/example/cpp/include/diplomat_runtime.hpp b/example/cpp/include/diplomat_runtime.hpp index 21af8be4e..f90fbd3fa 100644 --- a/example/cpp/include/diplomat_runtime.hpp +++ b/example/cpp/include/diplomat_runtime.hpp @@ -5,6 +5,7 @@ #include #include #include +#include #if __cplusplus >= 202002L #include diff --git a/feature_tests/cpp/include/diplomat_runtime.hpp b/feature_tests/cpp/include/diplomat_runtime.hpp index 21af8be4e..f90fbd3fa 100644 --- a/feature_tests/cpp/include/diplomat_runtime.hpp +++ b/feature_tests/cpp/include/diplomat_runtime.hpp @@ -5,6 +5,7 @@ #include #include #include +#include #if __cplusplus >= 202002L #include diff --git a/tool/templates/cpp/runtime.hpp.jinja b/tool/templates/cpp/runtime.hpp.jinja index 3f9560ea5..930cfdb5a 100644 --- a/tool/templates/cpp/runtime.hpp.jinja +++ b/tool/templates/cpp/runtime.hpp.jinja @@ -5,6 +5,7 @@ #include #include #include +#include #if __cplusplus >= 202002L #include