summaryrefslogtreecommitdiff
path: root/type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'type.cpp')
-rw-r--r--type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/type.cpp b/type.cpp
index 910c314b..6e1300b0 100644
--- a/type.cpp
+++ b/type.cpp
@@ -19,7 +19,7 @@
// IN THE SOFTWARE.
#include "binaryninjaapi.h"
-#include <inttypes.h>
+#include <cinttypes>
using namespace BinaryNinja;
using namespace std;