boomerang: include stdint.h for int8_t

This commit is contained in:
Đoàn Trần Công Danh 2021-01-18 07:32:41 +07:00
parent aa58a914be
commit 6bb4e4faf9

View file

@ -0,0 +1,11 @@
--- src/boomerang-plugins/codegen/c/ControlFlowAnalyzer.h
+++ src/boomerang-plugins/codegen/c/ControlFlowAnalyzer.h
@@ -9,7 +9,7 @@
#pragma endregion License
#pragma once
-
+#include <stdint.h>
#include <unordered_map>
#include <vector>