projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use VersionSet in download to handle repeats
[apt.git]
/
apt-inst
/
filelist.h
diff --git
a/apt-inst/filelist.h
b/apt-inst/filelist.h
index 69c483e71f1d199a1fe23a7f3765cf0225a76d34..0405d61dfca7e875a4071f3856cacfa0f69debe9 100644
(file)
--- a/
apt-inst/filelist.h
+++ b/
apt-inst/filelist.h
@@
-28,9
+28,10
@@
#ifndef PKGLIB_FILELIST_H
#define PKGLIB_FILELIST_H
+#include <apt-pkg/mmap.h>
#include <cstring>
-#include <
apt-pkg/mmap.h
>
+#include <
string
>
class pkgFLCache
{