Add #include <system_error>

Hopefully this unbreaks the bots.

llvm-svn: 304865
This commit is contained in:
Zachary Turner 2017-06-07 03:55:31 +00:00
parent 264b5d9e88
commit 73f62729cd
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/Twine.h"
#include <system_error>
namespace llvm {
/// file_magic - An "enum class" enumeration of file types based on magic (the
/// first N bytes of the file).