X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FComment.cxx;fp=src%2Fcore%2FComment.cxx;h=6ef19a2baa09dfa99186e8ddb359a149f27336d3;hp=e864ef673cb71abc182a0b51cbc1d2aa8528a667;hb=aa319613a727e4573733b02a537196cce3470ec1;hpb=3a4fade0292b9b8776c6195467b70a8f25a3b1c7 diff --git a/src/core/Comment.cxx b/src/core/Comment.cxx index e864ef6..6ef19a2 100644 --- a/src/core/Comment.cxx +++ b/src/core/Comment.cxx @@ -2,6 +2,7 @@ #include "Function.hxx" #include "InformationManager.hxx" #include "events/ChangeCommentEvent.hxx" +#include "gui/qt.hxx" Comment::Comment(uint64_t address, InformationManager* manager) : address(address)