From 25d9ac100291a98f11c193ad20f466739f926729 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 7 Jun 2017 03:55:31 +0000 Subject: [PATCH] Add #include Hopefully this unbreaks the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304865 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/BinaryFormat/Magic.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/BinaryFormat/Magic.h b/include/llvm/BinaryFormat/Magic.h index 27b1bf54f46..c0e23db5e1a 100644 --- a/include/llvm/BinaryFormat/Magic.h +++ b/include/llvm/BinaryFormat/Magic.h @@ -13,6 +13,8 @@ #include "llvm/ADT/StringRef.h" #include "llvm/ADT/Twine.h" +#include + namespace llvm { /// file_magic - An "enum class" enumeration of file types based on magic (the /// first N bytes of the file). -- 2.11.0