added include for inttypes.h to fix nonworking printf statements
This commit is contained in:
parent
f090575e43
commit
f9eaaa66e6
@ -14,6 +14,7 @@ int main() {
|
||||
}
|
||||
#else
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <gflags/gflags.h>
|
||||
|
Loading…
Reference in New Issue
Block a user