diff options
Diffstat (limited to 'src/HRA_112_112.h')
| -rw-r--r-- | src/HRA_112_112.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/HRA_112_112.h b/src/HRA_112_112.h index 1184cba..9eff476 100644 --- a/src/HRA_112_112.h +++ b/src/HRA_112_112.h @@ -12,8 +12,9 @@ #define HRA_112_112_DEC_TYPE 0 #define HRA_112_112_MAX_ITER 100 +#include <stdint.h> + extern const uint16_t HRA_112_112_H_rows[]; extern const uint16_t HRA_112_112_H_cols[]; extern const float HRA_112_112_input[]; extern const char HRA_112_112_detected_data[]; - |
