Add missing include

llvm-svn: 76655
This commit is contained in:
Daniel Dunbar 2009-07-21 21:33:58 +00:00
parent 4d5c3b2e86
commit b5ea06bbbf
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#ifndef LLVM_ADT_STRINGREF_H
#define LLVM_ADT_STRINGREF_H
#include <cassert>
#include <cstring>
#include <string>