Fix for broken CC in CPU plugin (#4595)

This commit is contained in:
Vladislav Volkov 2021-03-04 12:22:15 +03:00 committed by GitHub
parent 4c40494605
commit a7e00dae54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>