[XRay] Add missing include to unit test

FDRLoggingTest::MultiThreadedCycling uses std::array so we need to
include the right C++ header and not rely on transitive dependencies.

llvm-svn: 321485
This commit is contained in:
Jonas Hahnfeld 2017-12-27 10:39:02 +00:00
parent 3d9c88cfec
commit 4452100a5a
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include "xray_fdr_logging.h"
#include "gtest/gtest.h"
#include <array>
#include <fcntl.h>
#include <iostream>
#include <sys/mman.h>