Skip to content

Commit

Permalink
fix ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
cvonelm committed Nov 7, 2024
1 parent e2f43e7 commit bbee35f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/lo2s/instruction_resolver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
#pragma once

Check failure on line 22 in include/lo2s/instruction_resolver.hpp

View check run for this annotation

Code Style Turtle / Code Formatting Test

include/lo2s/instruction_resolver.hpp#L22

-#pragma once +#pragma once

#include <lo2s/address.hpp>
#ifdef HAVE_RADARE
#include <lo2s/radare.hpp>
#endif
#include <lo2s/util.hpp>

#include <string>

Check failure on line 30 in include/lo2s/instruction_resolver.hpp

View check run for this annotation

Code Style Turtle / Code Formatting Test

include/lo2s/instruction_resolver.hpp#L30

+
Expand Down

0 comments on commit bbee35f

Please sign in to comment.