From a1086b7fbf0274bd9128356c16346289f332efbb Mon Sep 17 00:00:00 2001 From: Joost VandeVondele Date: Tue, 28 May 2024 17:47:53 +0200 Subject: [PATCH] WIP --- src/misc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/misc.cpp b/src/misc.cpp index b3b01a42942..83a48a2fea6 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -58,12 +58,12 @@ using fun8_t = bool (*)(HANDLE, BOOL, PTOKEN_PRIVILEGES, DWORD, PTOKEN_PRIVILEGE #include #include -// IDK, some issue with IWYU, it wants to replace it with a non-standard header // > misc.cpp should add these lines: // > #include <__system_error/errc.h> // for std::errc // > misc.cpp should remove these lines: // > - #include // lines 60-60 -#include // IWYU pragma: keep +#include // IWYU pragma: keep +// IWYU pragma: no_include <__system_error/errc.h> #include "types.h"