diff --git a/include/taco/taco_tensor_t.h b/include/taco/taco_tensor_t.h index e39ac9e74..20d78bb51 100644 --- a/include/taco/taco_tensor_t.h +++ b/include/taco/taco_tensor_t.h @@ -6,7 +6,7 @@ #ifndef TACO_TENSOR_T_DEFINED #define TACO_TENSOR_T_DEFINED -#include +#include typedef enum { taco_mode_dense, taco_mode_sparse } taco_mode_t;