X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fcore%2FComment.cxx;h=983366e8d90a18c7b33d70890bd78f1f685af536;hp=e864ef673cb71abc182a0b51cbc1d2aa8528a667;hb=98e46099f6366309366ea54fc4b97fd5cb383fa7;hpb=3a4fade0292b9b8776c6195467b70a8f25a3b1c7 diff --git a/src/core/Comment.cxx b/src/core/Comment.cxx index e864ef6..983366e 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 "qt.hxx" Comment::Comment(uint64_t address, InformationManager* manager) : address(address)