Update perf_counter.h

This commit is contained in:
Gabriel Wang 2022-06-15 12:24:18 +01:00
parent 1528f17cce
commit a96f5dc884

View File

@ -86,6 +86,10 @@ extern "C" {
#endif
//! @}
#ifdef __PERF_COUNT_PLATFORM_SPECIFIC_HEADER__
# include __PERF_COUNT_PLATFORM_SPECIFIC_HEADER__
#endif
#if defined(__clang__)
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wunknown-warning-option"