From 8732aab5c92651361799d9e8cd01f9e73985ee94 Mon Sep 17 00:00:00 2001 From: Mark Glines Date: Tue, 13 Oct 2020 10:51:51 -0400 Subject: [PATCH] Fix taco_tensor_t.h to be compatible with C99. --- include/taco/taco_tensor_t.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;