Skip to content

Commit 7441f3a

Browse files
Merge pull request #326 from Infinoid/c99-header
Fix taco_tensor_t.h to be compatible with C99.
2 parents 0034b1e + 8732aab commit 7441f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/taco/taco_tensor_t.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifndef TACO_TENSOR_T_DEFINED
77
#define TACO_TENSOR_T_DEFINED
88

9-
#include <cstdint>
9+
#include <stdint.h>
1010

1111
typedef enum { taco_mode_dense, taco_mode_sparse } taco_mode_t;
1212

0 commit comments

Comments
 (0)