summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/FileSystemOptions.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-23 08:05:27 +0000
committerChris Lattner <sabre@nondot.org>2010-11-23 08:05:27 +0000
commit458b5e25052a1052eb873f9145298e0f0aa75cd1 (patch)
tree817d55893ee16580651c0b4cfcd87cca2cff2f5f /include/clang/Basic/FileSystemOptions.h
parent7ad97ffa631af6ad678c79b38341ac995f347ce9 (diff)
make this file be self contained.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120008 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/FileSystemOptions.h')
-rw-r--r--include/clang/Basic/FileSystemOptions.h2
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.