diff options
Diffstat (limited to 'lib/Support/Timer.cpp')
-rw-r--r-- | lib/Support/Timer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp index fa4844597e..fb38fcb6fe 100644 --- a/lib/Support/Timer.cpp +++ b/lib/Support/Timer.cpp @@ -8,6 +8,7 @@ #include <sys/resource.h> #include <sys/time.h> #include <sys/unistd.h> +#include <unistd.h> #include <stdio.h> #include <iostream> #include <algorithm> |