diff options
Diffstat (limited to 'apt-pkg/templates.cc')
-rw-r--r-- | apt-pkg/templates.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apt-pkg/templates.cc b/apt-pkg/templates.cc new file mode 100644 index 000000000..0f86bde9a --- /dev/null +++ b/apt-pkg/templates.cc @@ -0,0 +1,5 @@ +/* All template instances are explicly declared here */ + +#include <pkglib/sourcelist.h> + +template vector<pkgSourceList::Item>; |