From cec56db9d4c84de13796ce7cd7dcd2631c443cec Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 8 Sep 2016 21:49:49 +0200 Subject: Refactored argument parsing, and added stub for extractfunction. --- disasm/dumpobject.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'disasm/dumpobject.hpp') diff --git a/disasm/dumpobject.hpp b/disasm/dumpobject.hpp index b8042b1..8685588 100644 --- a/disasm/dumpobject.hpp +++ b/disasm/dumpobject.hpp @@ -1,6 +1,8 @@ #pragma once +#include "types.hpp" + #include #include -void dump_object(std::ifstream& ifs, uint32_t object_id); \ No newline at end of file +void dump_object(std::ifstream& ifs, binparse::Value32 object_id); \ No newline at end of file -- cgit v1.2.3-70-g09d2