[compiler-rt] Add missing includes of <errno.h> and <iterator>
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Thu, 22 Dec 2016 15:31:21 +0000 (15:31 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Thu, 22 Dec 2016 15:31:21 +0000 (15:31 +0000)
commitbd0455defa7de4ff7f0947da638aa8c1f4b562e0
tree53729c364f986163c6c8782b5a57a078f39c3ac6
parent728926ac59a8988468cb74181083f32c7f6951ed
[compiler-rt] Add missing includes of <errno.h> and <iterator>

The compilation failed due to undeclared identifiers: distance, errno,
and EINTR.

llvm-svn: 290343
compiler-rt/lib/xray/xray_x86_64.cc