Skip to content

Commit

Permalink
Add note about extra ghidra namespace (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer authored Dec 25, 2023
1 parent 71870b0 commit ee82a39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/include/sleigh/libsleigh.hh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
#include <sleigh/sleigh_arch.hh>
#include <sleigh/sleighbase.hh>
#include <sleigh/slgh_compile.hh>
// This is required because slghparse.hh does not have a namespace block
namespace ghidra {
#include <sleigh/slghparse.hh>
} // End namespace ghidra
Expand Down

0 comments on commit ee82a39

Please sign in to comment.