Fix issue with SIMDJSON_CONDITIONAL_INCLUDE in rvv/implementation.h

This commit is contained in:
Cheng Zong
2025-09-02 23:06:17 +08:00
parent 4647320adc
commit 19bc77d99d
+1
View File
@@ -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"