diff options
Diffstat (limited to 'include/clang/Basic/FileSystemOptions.h')
-rw-r--r-- | include/clang/Basic/FileSystemOptions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/clang/Basic/FileSystemOptions.h b/include/clang/Basic/FileSystemOptions.h index 4f3c2ae03d..81e928da2a 100644 --- a/include/clang/Basic/FileSystemOptions.h +++ b/include/clang/Basic/FileSystemOptions.h @@ -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. |