[Xray] logging forgotten header

pthread.h missing for pthread_key* functions.

Reviewers: dberris

Reviewed By: dberris

Differential Revison: https://reviews.llvm.org/D47933

llvm-svn: 334272
This commit is contained in:
David Carlier 2018-06-08 08:42:37 +00:00
parent 9ba0aa2da0
commit 6dedf2b5d8
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
//
//===----------------------------------------------------------------------===//
#include "xray_fdr_logging.h"
#include <pthread.h>
#include <cassert>
#include <errno.h>
#include <limits>