Add StringRef include to libc benchmark.

This commit is contained in:
Eric Christopher 2020-04-28 13:11:54 -07:00
parent 88af3ddb1e
commit f1ecf560bf

View File

@ -7,6 +7,7 @@
//===----------------------------------------------------------------------===//
#include "LibcBenchmark.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Host.h"
namespace llvm {