summaryrefslogtreecommitdiff
path: root/apt-pkg/templates.cc
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/templates.cc')
-rw-r--r--apt-pkg/templates.cc5
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>;