diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-21 23:40:06 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-21 23:40:06 +0300 |
commit | dbd0284ce8fa6dbab04240681dc8030b27c925a5 (patch) | |
tree | 1ed7e494d2185fa6e0fce5a449a6e252db5cb06a /contrib/libs/cxxsupp/openmp/kmp_dispatch.cpp | |
parent | 700cb9d71f7c7a16721d302c2b9960ab189d104d (diff) | |
download | ydb-dbd0284ce8fa6dbab04240681dc8030b27c925a5.tar.gz |
intermediate changes
ref:97eeefd83b6f381aa940777f0d803b239f434eaf
Diffstat (limited to 'contrib/libs/cxxsupp/openmp/kmp_dispatch.cpp')
-rw-r--r-- | contrib/libs/cxxsupp/openmp/kmp_dispatch.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libs/cxxsupp/openmp/kmp_dispatch.cpp b/contrib/libs/cxxsupp/openmp/kmp_dispatch.cpp index c91bb8da3c..c19448efc2 100644 --- a/contrib/libs/cxxsupp/openmp/kmp_dispatch.cpp +++ b/contrib/libs/cxxsupp/openmp/kmp_dispatch.cpp @@ -36,8 +36,8 @@ #endif #if OMPT_SUPPORT -#include "ompt-internal.h" -#include "ompt-specific.h" +#error #include "ompt-internal.h" +#error #include "ompt-specific.h" #endif /* ------------------------------------------------------------------------ */ |