diff options
| author | drowe67 <[email protected]> | 2023-07-14 13:11:18 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2023-07-14 13:11:18 +0930 |
| commit | 4c65d3728ad41566487e284a2410b537f5cfc56b (patch) | |
| tree | e7b4cde8d1917e531dcfbefb3588b0e62b3bc57b /src/HRAb_396_504.h | |
| parent | b86e88413d4c6ec428aaedb147f7675f28882fe4 (diff) | |
clang-format messed up some #defione macros and re-ordered include files which broke the build. Building OK now and ctests passing
Diffstat (limited to 'src/HRAb_396_504.h')
| -rw-r--r-- | src/HRAb_396_504.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/HRAb_396_504.h b/src/HRAb_396_504.h index f5aad26..36eb5e2 100644 --- a/src/HRAb_396_504.h +++ b/src/HRAb_396_504.h @@ -12,6 +12,8 @@ #define HRAb_396_504_DEC_TYPE 0 #define HRAb_396_504_MAX_ITER 100 +#include <stdint.h> + extern const uint16_t HRAb_396_504_H_rows[]; extern const uint16_t HRAb_396_504_H_cols[]; extern const float HRAb_396_504_input[]; |
