Skip to content
Snippets Groups Projects
Commit 1a0925c7 authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[Common] Add IWYU 'keep' pgrama to chrono include

For some reason, my IWYU wants this include to be removed.
parent e1aa4ff9
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ using func_t = std::function<void()>; ...@@ -36,7 +36,7 @@ using func_t = std::function<void()>;
using WORD = unsigned int; using WORD = unsigned int;
#ifdef EMPER_STATS #ifdef EMPER_STATS
#include <chrono> #include <chrono> // IWYU pragma: keep
#define TIME_NS(code, record_func) \ #define TIME_NS(code, record_func) \
auto _time_ns_start = std::chrono::high_resolution_clock::now(); \ auto _time_ns_start = std::chrono::high_resolution_clock::now(); \
code; \ code; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment