Skip to content

Commit

Permalink
Fix cs_operand.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 committed Aug 5, 2023
1 parent 7aa6a49 commit 15dab26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/capstone/aarch64.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
extern "C" {
#endif

#include "capstone/cs_operand.h"
#include "platform.h"
#include "../cs_operand.h"

#ifdef _MSC_VER
#pragma warning(disable : 4201)
Expand Down

0 comments on commit 15dab26

Please sign in to comment.