diff options
Diffstat (limited to 'test/libapt/pattern_test.cc')
-rw-r--r-- | test/libapt/pattern_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libapt/pattern_test.cc b/test/libapt/pattern_test.cc index 55bc4bd..75afead 100644 --- a/test/libapt/pattern_test.cc +++ b/test/libapt/pattern_test.cc @@ -10,7 +10,7 @@ #include <apt-pkg/cachefilter-patterns.h> #include <apt-pkg/cachefilter.h> -#include <gtest/gtest.h> +#include "common.h" using namespace APT::Internal; |