X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FInformationManager.hxx;h=243ca94407766506eab1d0582d341f4f93a11423;hp=f6eeb30f4cede67fbe4b28989993ea0815305133;hb=8995413dc4cdfaa8d617a8823050c32f921c6ada;hpb=fee24ac64935da3d0a11eaee8141cb2b7ef35ed6 diff --git a/src/core/InformationManager.hxx b/src/core/InformationManager.hxx index f6eeb30..243ca94 100644 --- a/src/core/InformationManager.hxx +++ b/src/core/InformationManager.hxx @@ -1,6 +1,7 @@ #ifndef INCLUDE__InformationManager_hxx #define INCLUDE__InformationManager_hxx +#include #include #include #include @@ -90,6 +91,8 @@ private: std::unique_ptr disassembler; std::map functions; std::map blocks; + + log4cxx::LoggerPtr logger; }; #endif /* INCLUDE__InformationManager_hxx */