make this file be self contained.

llvm-svn: 120008
This commit is contained in:
Chris Lattner 2010-11-23 08:05:27 +00:00
parent 3f5a9efb2d
commit ec39c9d3d6
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
#ifndef LLVM_CLANG_BASIC_FILESYSTEMOPTIONS_H
#define LLVM_CLANG_BASIC_FILESYSTEMOPTIONS_H
#include <string>
namespace clang {
/// \brief Keeps track of options that affect how file operations are performed.