nndeploy C++ API  0.2.0
nndeploy C++ API
rapidjson_include.h
Go to the documentation of this file.
1 
2 #ifndef _NNDEPLOY_BASE_RAPIDJSON_INCLUDE_H_
3 #define _NNDEPLOY_BASE_RAPIDJSON_INCLUDE_H_
4 
5 #ifdef ENABLE_NNDEPLOY_RAPIDJSON
6 #include <rapidjson/document.h>
7 #include <rapidjson/filewritestream.h>
8 #include <rapidjson/prettywriter.h> // for PrettyWriter
9 #include <rapidjson/stringbuffer.h>
10 #include <rapidjson/writer.h>
11 #endif
12 
13 #endif /* _NNDEPLOY_BASE_RAPIDJSON_INCLUDE_H_ */