From 2cc7fc2cc636fde43b72488a86b98859442286b8 Mon Sep 17 00:00:00 2001 From: Dean Michael Berris Date: Mon, 19 Dec 2016 05:26:14 +0000 Subject: [PATCH] [XRay][compiler-rt] Fix missing include of Futher attempt to un-break ARM and AArch64 build. Follow-up on D25360. llvm-svn: 290083 --- compiler-rt/lib/xray/xray_emulate_tsc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/lib/xray/xray_emulate_tsc.h b/compiler-rt/lib/xray/xray_emulate_tsc.h index ece672c..dd8378c 100644 --- a/compiler-rt/lib/xray/xray_emulate_tsc.h +++ b/compiler-rt/lib/xray/xray_emulate_tsc.h @@ -15,6 +15,7 @@ #include "sanitizer_common/sanitizer_internal_defs.h" #include "xray_defs.h" +#include #include #include -- 2.7.4