boomerang: include stdint.h for int8_t
This commit is contained in:
parent
aa58a914be
commit
6bb4e4faf9
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue