Skip to content

Commit

Permalink
add cstdint
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jan 20, 2025
1 parent c796096 commit 0169a7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/cpp/include/diplomat_runtime.hpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions feature_tests/cpp/include/diplomat_runtime.hpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tool/templates/cpp/runtime.hpp.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <string>
#include <type_traits>
#include <variant>
#include <cstdint>

#if __cplusplus >= 202002L
#include <span>
Expand Down

0 comments on commit 0169a7b

Please sign in to comment.