Skip to content

Commit

Permalink
Explicitly include stdint header in ctorch.h for int64_t following cl…
Browse files Browse the repository at this point in the history
…ang-tidy.
  • Loading branch information
jatkinson1000 committed Nov 8, 2024
1 parent a11d643 commit 06bffe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ctorch.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
#define EXPORT_C
#endif

#include <stdint.h>

// Opaque pointer type alias for torch::jit::script::Module class
typedef void *torch_jit_script_module_t;

Expand Down

0 comments on commit 06bffe1

Please sign in to comment.