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

mpi/tests/attr.c: fix missing include

Alexandre Denis лет назад: 8
Родитель
Сommit
171b6a04b5
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      mpi/tests/attr.c

+ 1 - 0
mpi/tests/attr.c

@@ -16,6 +16,7 @@
 
 #include <starpu_mpi.h>
 #include "helper.h"
+#include <inttypes.h>
 
 int main(int argc, char **argv)
 {