Ensure function_refs are copyable even from non-const references
[oota-llvm.git] / unittests / ADT / StringRefTest.cpp
index c7fd9d0f155d098fd8ce0ae7541e398c81e34284..d80179bd78738e2b2aa869a253736f54eedf3570 100644 (file)
@@ -9,6 +9,7 @@
 
 #include "llvm/ADT/StringRef.h"
 #include "llvm/ADT/Hashing.h"
+#include "llvm/ADT/STLExtras.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/Support/Allocator.h"