Skip to content

Commit

Permalink
Merge pull request #326 from Infinoid/c99-header
Browse files Browse the repository at this point in the history
Fix taco_tensor_t.h to be compatible with C99.
  • Loading branch information
stephenchouca authored Oct 14, 2020
2 parents 0034b1e + 8732aab commit 7441f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/taco/taco_tensor_t.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#ifndef TACO_TENSOR_T_DEFINED
#define TACO_TENSOR_T_DEFINED

#include <cstdint>
#include <stdint.h>

typedef enum { taco_mode_dense, taco_mode_sparse } taco_mode_t;

Expand Down

0 comments on commit 7441f3a

Please sign in to comment.