From a5928c107b50a7aa115fad424e3452766607fdb8 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 17 Apr 2017 19:55:12 +0000 Subject: [tsan] Add missing include for uint64_t in test. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@300484 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/tsan/debugging.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tsan/debugging.cc b/test/tsan/debugging.cc index 0a82f4460..d9c7c6581 100644 --- a/test/tsan/debugging.cc +++ b/test/tsan/debugging.cc @@ -2,6 +2,7 @@ // RUN: %deflake %run %t 2>&1 | FileCheck %s #include +#include #include #include #include -- cgit v1.2.3