forked from OSchip/llvm-project
Add #include <system_error>
Hopefully this unbreaks the bots. llvm-svn: 304865
This commit is contained in:
parent
264b5d9e88
commit
73f62729cd
|
@ -13,6 +13,8 @@
|
||||||
#include "llvm/ADT/StringRef.h"
|
#include "llvm/ADT/StringRef.h"
|
||||||
#include "llvm/ADT/Twine.h"
|
#include "llvm/ADT/Twine.h"
|
||||||
|
|
||||||
|
#include <system_error>
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
/// file_magic - An "enum class" enumeration of file types based on magic (the
|
/// file_magic - An "enum class" enumeration of file types based on magic (the
|
||||||
/// first N bytes of the file).
|
/// first N bytes of the file).
|
||||||
|
|
Loading…
Reference in New Issue