summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/configuration.h
diff options
context:
space:
mode:
authorMichael Vogt <mvo@ubuntu.com>2015-07-20 15:48:25 +0200
committerMichael Vogt <mvo@ubuntu.com>2015-07-20 16:16:23 +0200
commitd88b70b8e73e9bee5d72a69539b4b9be7ba34814 (patch)
tree0c304a923278ae4b9d7b491e052f373e8485dfca /apt-pkg/contrib/configuration.h
parente2a150595d74796996b62565015ca6f5561f118d (diff)
fix build errors
Diffstat (limited to 'apt-pkg/contrib/configuration.h')
-rw-r--r--apt-pkg/contrib/configuration.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/configuration.h b/apt-pkg/contrib/configuration.h
index c256139f4..fde9cf851 100644
--- a/apt-pkg/contrib/configuration.h
+++ b/apt-pkg/contrib/configuration.h
@@ -33,6 +33,7 @@
#include <string>
#include <vector>
#include <iostream>
+#include <apt-pkg/macros.h>
#ifndef APT_8_CLEANER_HEADERS
using std::string;