[llvm] r304865 - Add #include <system_error>

Zachary Turner via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 6 20:55:31 PDT 2017


Author: zturner
Date: Tue Jun  6 22:55:31 2017
New Revision: 304865

URL: http://llvm.org/viewvc/llvm-project?rev=304865&view=rev
Log:
Add #include <system_error>

Hopefully this unbreaks the bots.

Modified:
    llvm/trunk/include/llvm/BinaryFormat/Magic.h

Modified: llvm/trunk/include/llvm/BinaryFormat/Magic.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/BinaryFormat/Magic.h?rev=304865&r1=304864&r2=304865&view=diff
==============================================================================
--- llvm/trunk/include/llvm/BinaryFormat/Magic.h (original)
+++ llvm/trunk/include/llvm/BinaryFormat/Magic.h Tue Jun  6 22:55:31 2017
@@ -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).




More information about the llvm-commits mailing list