Fix for broken CC in CPU plugin (#4595)
This commit is contained in:
parent
4c40494605
commit
a7e00dae54
@ -70,8 +70,9 @@
|
||||
#include <openvino/pp.hpp>
|
||||
#include <openvino/itt.hpp>
|
||||
|
||||
#define OV_CC_EXPAND(...) OV_PP_EXPAND(__VA_ARGS__)
|
||||
#define OV_CC_CAT(_0, _1) OV_PP_CAT(_0, _1)
|
||||
#define OV_CC_EXPAND OV_PP_EXPAND
|
||||
#define OV_CC_CAT OV_PP_CAT
|
||||
#define OV_CC_TOSTRING OV_PP_TOSTRING
|
||||
|
||||
#ifdef SELECTIVE_BUILD_ANALYZER
|
||||
# include <string>
|
||||
|
Loading…
Reference in New Issue
Block a user