Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
vondele committed May 28, 2024
1 parent 5325384 commit 59ae284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ using fun8_t = bool (*)(HANDLE, BOOL, PTOKEN_PRIVILEGES, DWORD, PTOKEN_PRIVILEGE
#include <sstream>
#include <string_view>

// 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 <system_error> // lines 60-60
#include <system_error> // IWYU pragma: keep
#include <system_error> // IWYU pragma: keep
// IWYU pragma: no_include <__system_error/errc.h>

#include "types.h"

Expand Down

0 comments on commit 59ae284

Please sign in to comment.