From 8ea913312d5c6b72ed4e94417c36ae7997595b8d Mon Sep 17 00:00:00 2001 From: Fierelier Date: Sun, 21 Apr 2024 14:11:26 +0200 Subject: [PATCH] Fix fixed point --- src/main.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index a24fc3c..5e379a6 100644 --- a/src/main.h +++ b/src/main.h @@ -6,11 +6,13 @@ #ifdef unigi_flag_exception #error "The configuration is invalid! Compilation cannot continue, fix the errors above." -#else +#else #include "type/int.h" #ifndef unigi_flag_fixedpoint #include "type/float.h" #else + #include + #include #include "type/float_fp.h" #endif