1--- Common/Timer.h.orig 2019-02-25 02:35:12 UTC 2+++ Common/Timer.h 3@@ -3,6 +3,8 @@ 4 5 #include <string> 6 7+#include <time.h> 8+ 9 /** 10 * Time the duration between the construction and destruction of this 11 * timer object and log that duration. 12 13