@@ -29,7 +29,7 @@
#define PKGLIB_FILELIST_H
-
+#include <cstring>
#include <apt-pkg/mmap.h>
class pkgFLCache
@@ -19,10 +19,12 @@
#include <iostream>
#include <errno.h>
#include <stdio.h>
-#include <string>
#include <stdarg.h>
#include <unistd.h>
+#include <string>
+
#include "config.h"
/*}}}*/
@@ -22,6 +22,8 @@
#include <apti18n.h>
#include <cstdlib>
#include <fcntl.h>
@@ -44,6 +44,7 @@
#include <inttypes.h>
#include <config.h>
#include <system.h>
// byteSwap - Swap bytes in a buffer /*{{{*/
@@ -25,6 +25,7 @@
#include <string>
#include <algorithm>
#include <stdint.h>
@@ -31,6 +31,8 @@
#include <sys/stat.h>
// MMap::MMap - Constructor /*{{{*/
@@ -16,6 +16,7 @@
using namespace std;
@@ -15,6 +15,7 @@
#define APTPKG_SHA1_H
using std::string;
#define APTPKG_SHA256_H
@@ -13,6 +13,7 @@
#include <apt-pkg/error.h>
#include <clocale>
// Global list of Item supported
#include <apt-pkg/pkgsystem.h>
#include <apt-pkg/policy.h>
#include <cassert>
pkgSystem *_system = 0;
@@ -24,6 +24,7 @@ apt (0.7.7) UNRELEASED; urgency=low
* apt-pkg/acquire.cc:
- increase MaxPipeDepth for the internal worker<->method
communication to 1000 for the debtorrent backend
+ * make apt build with g++ 4.3
[ Ian Jackson ]
* dpkg-triggers: Deal properly with new package states.
@@ -28,6 +28,7 @@
#include <ftw.h>
#include <fnmatch.h>
+#include <memory>
#include "cachedb.h"
#include "apt-ftparchive.h"