diff --git a/utest.h b/utest.h index a981162..3ce307d 100644 --- a/utest.h +++ b/utest.h @@ -60,6 +60,7 @@ #include #include #include +#include #if defined(_MSC_VER) #pragma warning(pop) @@ -1169,7 +1170,7 @@ // print timing info if (iterations) { - printf("(mean %" UTEST_PRId64 "ns, between %lld to %lld, stddev %f, confidence interval +- %f%%)", + printf("(mean %" UTEST_PRId64 "ns, between %" UTEST_PRId64 " to %" UTEST_PRId64 ", stddev %f, confidence interval +- %f%%)", best_avg_ns, min_ns, max_ns, best_deviation, best_confidence); } else { printf("(%" UTEST_PRId64 "ns)", ns); @@ -1210,7 +1211,8 @@ fprintf(utest_state.output, "