]> git.siccegge.de Git - frida/frida.git/commitdiff
Properly add StreamReader class
authorChristoph Egger <Christoph.Egger@fau.de>
Thu, 26 Mar 2015 13:57:52 +0000 (14:57 +0100)
committerChristoph Egger <Christoph.Egger@fau.de>
Thu, 26 Mar 2015 13:57:52 +0000 (14:57 +0100)
It already comes in via the inclusion of BasicBlock but Function needs
it on it's own

src/core/Function.hxx

index ab8c0c9193c937c2e3d83501d5daa38555b97d06..98417de2a7639d05b76a2a49a49f91946d0137c3 100644 (file)
@@ -6,6 +6,7 @@
 
 class InformationManager;
 class QXmlStreamWriter;
+class QXmlStreamReader;
 
 class Function {
 public: