Skip to content

Commit

Permalink
resolving c++ linter
Browse files Browse the repository at this point in the history
./include/rogue/protocols/xilinx/JtagDriver.h:213:  Add #include <cstdio> for FILE  [build/include_what_you_use] [4]
  • Loading branch information
ruck314 committed Oct 16, 2024
1 parent e46fed2 commit 8ee4172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/rogue/protocols/xilinx/JtagDriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include <memory>
#include <stdexcept>
#include <vector>
#include <cstdio>

#include "rogue/GeneralError.h"
#include "rogue/Logging.h"
Expand Down

0 comments on commit 8ee4172

Please sign in to comment.