From grenier at cgsecurity.org Fri Jun 11 13:39:08 2010 From: grenier at cgsecurity.org (Christophe GRENIER) Date: Fri, 11 Jun 2010 11:39:08 -0000 Subject: [dff] Patch pour DFF Message-ID: Dans INSTALL.Unix, ajouter pour Fedora: yum install cmake qscintilla-python libfuse-devel swig python PyQt4 Pour que cela compile, appliquer le patch en pi?ce jointe. A+, Christophe -- ,-~~-.___. ._. / | ' \ | |--------. Christophe GRENIER ( ) 0 | | | grenier at cgsecurity.org \_/-, ,----' | | | ==== !_!-v---v--. / \-'~; .--------. TestDisk & PhotoRec / __/~| ._-""|| | Data Recovery =( _____|_|____||________| http://www.cgsecurity.org -------------- next part -------------- diff --git a/api/include/mfso.hpp b/api/include/mfso.hpp index 1abb297..dc2983b 100644 --- a/api/include/mfso.hpp +++ b/api/include/mfso.hpp @@ -16,7 +16,7 @@ #ifndef __MFSO_HPP__ #define __MFSO_HPP__ - +#include #include "node.hpp" #include "results.hpp" #include "vfile.hpp" diff --git a/api/include/variant.hpp b/api/include/variant.hpp index 0f4aeb6..7943334 100644 --- a/api/include/variant.hpp +++ b/api/include/variant.hpp @@ -17,6 +17,7 @@ #ifndef __VARIANT_HPP__ #define __VARIANT_HPP__ +#include #include #include #include