]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debsrcrecords.h
add a simple container for HashStrings
[apt.git] / apt-pkg / deb / debsrcrecords.h
index a8fb465bb1e8e564f423e3bb27ea3690971a0137..b65d1480b14d7a7e265d550627ec04e8eb104acf 100644 (file)
 #ifndef PKGLIB_DEBSRCRECORDS_H
 #define PKGLIB_DEBSRCRECORDS_H
 
-
 #include <apt-pkg/srcrecords.h>
 #include <apt-pkg/tagfile.h>
 #include <apt-pkg/fileutl.h>
 
+#include <stddef.h>
+#include <string>
+#include <vector>
+
+class pkgIndexFile;
+
 class debSrcRecordParser : public pkgSrcRecords::Parser
 {
    /** \brief dpointer placeholder (for later in case we need it) */