We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0034b1e + 8732aab commit 7441f3aCopy full SHA for 7441f3a
include/taco/taco_tensor_t.h
@@ -6,7 +6,7 @@
6
#ifndef TACO_TENSOR_T_DEFINED
7
#define TACO_TENSOR_T_DEFINED
8
9
-#include <cstdint>
+#include <stdint.h>
10
11
typedef enum { taco_mode_dense, taco_mode_sparse } taco_mode_t;
12
0 commit comments