Explorar el Código

* apt-pkg/contrib/hashes.h:
- fix anohter missing cstring include

Michael Vogt hace 19 años
padre
commit
b16c26174f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      apt-pkg/contrib/hashes.h

+ 1 - 0
apt-pkg/contrib/hashes.h

@@ -20,6 +20,7 @@
 
 #include <algorithm>
 #include <vector>
+#include <cstring>
 
 using std::min;
 using std::vector;