diff options
| author | Tom Stellard <thomas.stellard@amd.com> | 2014-04-30 18:35:20 +0000 |
|---|---|---|
| committer | Tom Stellard <thomas.stellard@amd.com> | 2014-04-30 18:35:20 +0000 |
| commit | 98dccb109bc910597683a179281f73f5b9c65c78 (patch) | |
| tree | 10055ace8d542bc7bcf936755e80121aeae212df /libclc/utils | |
| parent | 998602dac2ff68df95009e387f5bfe5b2dd7af3a (diff) | |
| download | bcm5719-llvm-98dccb109bc910597683a179281f73f5b9c65c78.tar.gz bcm5719-llvm-98dccb109bc910597683a179281f73f5b9c65c78.zip | |
Fix build broken by LLVM commit r207593
llvm-svn: 207685
Diffstat (limited to 'libclc/utils')
| -rw-r--r-- | libclc/utils/prepare-builtins.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libclc/utils/prepare-builtins.cpp b/libclc/utils/prepare-builtins.cpp index 2acf4ee9623..e0ad6a3c950 100644 --- a/libclc/utils/prepare-builtins.cpp +++ b/libclc/utils/prepare-builtins.cpp @@ -7,6 +7,7 @@ #include "llvm/Support/CommandLine.h" #include "llvm/Support/ManagedStatic.h" #include "llvm/Support/MemoryBuffer.h" +#include "llvm/Support/FileSystem.h" #include "llvm/Support/raw_ostream.h" #include "llvm/Support/system_error.h" #include "llvm/Support/ErrorOr.h" |

