summaryrefslogtreecommitdiff
path: root/methods
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2017-07-12 13:50:31 +0200
committerJulian Andres Klode <jak@debian.org>2017-07-12 13:56:05 +0200
commit78fcdd9629022c0c37742614351f5b02fed97607 (patch)
tree4901f93c2eeaa21670905bf1bdd02b7f9e5ac313 /methods
parentc46f94aa48a9707668c46118b3eec77ff318b78c (diff)
methods/aptmethod.h: Add missing fileutl.h include
Diffstat (limited to 'methods')
-rw-r--r--methods/aptmethod.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/aptmethod.h b/methods/aptmethod.h
index 04c4fa99b..30ef134c8 100644
--- a/methods/aptmethod.h
+++ b/methods/aptmethod.h
@@ -4,6 +4,7 @@
#include <apt-pkg/acquire-method.h>
#include <apt-pkg/configuration.h>
#include <apt-pkg/error.h>
+#include <apt-pkg/fileutl.h>
#include <algorithm>
#include <locale>