diff options
| author | Russell Gallop <russell.gallop@sony.com> | 2019-12-12 12:18:12 +0000 |
|---|---|---|
| committer | Russell Gallop <russell.gallop@sony.com> | 2019-12-12 12:20:11 +0000 |
| commit | f70f18014854a333ce27504515bb8aab7c73c6c2 (patch) | |
| tree | e5d307c0151fac2dd17697110a9eb798dead787d /llvm | |
| parent | ec618826dfb91c5413353ebcc54f360e43df10a0 (diff) | |
| download | bcm5719-llvm-f70f18014854a333ce27504515bb8aab7c73c6c2.tar.gz bcm5719-llvm-f70f18014854a333ce27504515bb8aab7c73c6c2.zip | |
[Support] Try to fix bot failure after 8ddcd1dc26
http://lab.llvm.org:8011/builders/clang-ppc64be-linux/builds/41755
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Support/TimeProfiler.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/TimeProfiler.cpp b/llvm/lib/Support/TimeProfiler.cpp index f2ede75ccf9..47091221a78 100644 --- a/llvm/lib/Support/TimeProfiler.cpp +++ b/llvm/lib/Support/TimeProfiler.cpp @@ -19,6 +19,7 @@ #include <algorithm> #include <cassert> #include <chrono> +#include <mutex> #include <string> #include <vector> |

