Skip to content

Commit

Permalink
Avoid clangd warning about include not used directly
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcostajunior committed Aug 3, 2024
1 parent 0b4c649 commit 45f6881
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
#include <iostream>
#include <string>

#include "CLI/CLI.hpp"
// Details about the IWYU pragma below can be found at
// https://clangd.llvm.org/guides/include-cleaner#unused-include-warning
#include "CLI/CLI.hpp" // IWYU pragma: keep
#include "Parser.hpp"
#include "Scanner.hpp"
#include "Version.hpp"
Expand Down

0 comments on commit 45f6881

Please sign in to comment.