Просмотр исходного кода

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

Julian Andres Klode лет назад: 10
Родитель
Сommit
f2adfc081d
1 измененных файлов с 1 добавлено и 0 удалено
  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>