From 4cb8e11884e77eb0a4fb2a2bf30f4699313bef04 Mon Sep 17 00:00:00 2001 From: Dean Michael Berris Date: Fri, 17 Mar 2017 03:38:12 +0000 Subject: [PATCH] [XRay][compiler-rt] Add missing include to Fixes a build break when using clang-3.9.1 (reported upstream, post-commit review of D30850). llvm-svn: 298039 --- compiler-rt/lib/xray/xray_fdr_logging_impl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/lib/xray/xray_fdr_logging_impl.h b/compiler-rt/lib/xray/xray_fdr_logging_impl.h index a06b22df9208..94e446bfc418 100644 --- a/compiler-rt/lib/xray/xray_fdr_logging_impl.h +++ b/compiler-rt/lib/xray/xray_fdr_logging_impl.h @@ -21,6 +21,7 @@ #include #include #include +#include #include #include