From 19bc77d99db4657ecc640302ee94386f21d2a391 Mon Sep 17 00:00:00 2001 From: Cheng Zong Date: Tue, 2 Sep 2025 23:06:17 +0800 Subject: [PATCH] Fix issue with SIMDJSON_CONDITIONAL_INCLUDE in rvv/implementation.h --- include/simdjson/rvv/implementation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/simdjson/rvv/implementation.h b/include/simdjson/rvv/implementation.h index 3a3f2bea0..bdc1662c6 100644 --- a/include/simdjson/rvv/implementation.h +++ b/include/simdjson/rvv/implementation.h @@ -2,6 +2,7 @@ #define SIMDJSON_RVV_IMPLEMENTATION_H #ifndef SIMDJSON_CONDITIONAL_INCLUDE +#define SIMDJSON_CONDITIONAL_INCLUDE #include "simdjson/base.h" #include "simdjson/implementation.h" #include "simdjson/internal/instruction_set.h"