Skip to content

Commit

Permalink
Fix compilation issue for IDA 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
patacca authored Jan 13, 2025
1 parent abccaf3 commit 6627e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/quokka/Compatibility.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <pro.h>

// Workaround for fixing IDA SDK missing header
#if IDA_SDK_VERSION == 810 || IDA_SDK_VERSION == 820
#if IDA_SDK_VERSION == 800 || IDA_SDK_VERSION == 810 || IDA_SDK_VERSION == 820
#include <cstdint>
#endif

Expand Down

0 comments on commit 6627e3a

Please sign in to comment.