]> git.saurik.com Git - apt.git/blobdiff - test/libapt/cdromfindpackages_test.cc
cleanup headers and especially #includes everywhere
[apt.git] / test / libapt / cdromfindpackages_test.cc
index e9f5a51b0897ea7ced5eb353335ae54054d9a4a7..583de142338287cc4a0d597a397b2cb4a616f68b 100644 (file)
@@ -1,9 +1,13 @@
+#include <config.h>
+
 #include <apt-pkg/cdrom.h>
 #include <apt-pkg/error.h>
 
 #include <algorithm>
 #include <string>
 #include <vector>
+#include <stddef.h>
+#include <iostream>
 
 #include "assert.h"