Add StringRef include to libc benchmark.
authorEric Christopher <echristo@gmail.com>
Tue, 28 Apr 2020 20:11:54 +0000 (13:11 -0700)
committerEric Christopher <echristo@gmail.com>
Tue, 28 Apr 2020 20:12:26 +0000 (13:12 -0700)
libc/utils/benchmarks/LibcBenchmark.cpp

index b1ab79e..cef595d 100644 (file)
@@ -7,6 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "LibcBenchmark.h"
+#include "llvm/ADT/StringRef.h"
 #include "llvm/Support/Host.h"
 
 namespace llvm {