diff options
author | Slávek Banko <[email protected]> | 2012-11-02 04:37:37 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-11-02 04:37:37 +0100 |
commit | 96d3a525509b596aa89c6a957e0cfce9807dada7 (patch) | |
tree | ff85bb5053356bbd5a508f8d960fea610e21368b | |
parent | 9a047f7a3a6f7a3ab99546b8e822e51dd41fadd4 (diff) | |
download | adept-96d3a525509b596aa89c6a957e0cfce9807dada7.tar.gz adept-96d3a525509b596aa89c6a957e0cfce9807dada7.zip |
Fix FTBFS on Quantal and Wheezy
-rw-r--r-- | adept/adept/view.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/adept/adept/view.cpp b/adept/adept/view.cpp index 546fb11..9082df9 100644 --- a/adept/adept/view.cpp +++ b/adept/adept/view.cpp @@ -2,6 +2,8 @@ #include <apt-front/predicate/combinators.h> #include <apt-front/predicate/factory.h> +#include <tagcoll/patch.tcc> + #include <adept/quickfilter.h> #include <adept/statefilter.h> #include <adept/tagfilter.h> |