Explorar o código

apt-pkg/tagfile.h: Include stdint.h, fixes rdep build failures

Julian Andres Klode %!s(int64=11) %!d(string=hai) anos
pai
achega
f2adfc081d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      apt-pkg/tagfile.h

+ 1 - 0
apt-pkg/tagfile.h

@@ -22,6 +22,7 @@
 #include <apt-pkg/macros.h>
 
 #include <stdio.h>
+#include <stdint.h>
 
 #include <string>
 #include <vector>