We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418a85f commit bb75239Copy full SHA for bb75239
Framework/Logger/include/Framework/Logger.h
@@ -11,7 +11,7 @@
11
#ifndef O2_FRAMEWORK_LOGGER_H_
12
#define O2_FRAMEWORK_LOGGER_H_
13
14
-#include <fairlogger/Logger.h>
+#include <fairlogger/Logger.h> // IWYU pragma: export
15
16
#define O2DEBUG(...) LOGF(debug, __VA_ARGS__)
17
#define O2INFO(...) LOGF(info, __VA_ARGS__)
0 commit comments