Skip to content

Commit

Permalink
Update lookup_tables.h
Browse files Browse the repository at this point in the history
fixed missing include
  • Loading branch information
KennethSimpson authored Nov 17, 2023
1 parent 8198942 commit 198ccb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Inc/lookup_tables.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#pragma once

#include <stdint.h>

typedef enum {
SCALE_TYPE_INT8 = 0,
Expand Down

0 comments on commit 198ccb6

Please sign in to comment.