diff options
author | Vassil Vassilev <v.g.vassilev@gmail.com> | 2016-09-14 08:55:18 +0000 |
---|---|---|
committer | Vassil Vassilev <v.g.vassilev@gmail.com> | 2016-09-14 08:55:18 +0000 |
commit | 2ec8b1506ad6953e6388e434d97df8754416320e (patch) | |
tree | 55f58724f9890ad42bd24e387a3b5d7778c6d4a9 /llvm/lib/Support/CachePruning.cpp | |
parent | e05336ffa192646ed8814963a4b0a5ec7400172b (diff) | |
download | bcm5719-llvm-2ec8b1506ad6953e6388e434d97df8754416320e.tar.gz bcm5719-llvm-2ec8b1506ad6953e6388e434d97df8754416320e.zip |
Missing includes.
llvm-svn: 281450
Diffstat (limited to 'llvm/lib/Support/CachePruning.cpp')
-rw-r--r-- | llvm/lib/Support/CachePruning.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Support/CachePruning.cpp b/llvm/lib/Support/CachePruning.cpp index bd42befce38..6184ba2ea33 100644 --- a/llvm/lib/Support/CachePruning.cpp +++ b/llvm/lib/Support/CachePruning.cpp @@ -22,6 +22,7 @@ #define DEBUG_TYPE "cache-pruning" #include <set> +#include <system_error> using namespace llvm; |