From: Zachary Turner Date: Wed, 7 Jun 2017 03:55:31 +0000 (+0000) Subject: Add #include X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25d9ac100291a98f11c193ad20f466739f926729;p=llvm Add #include Hopefully this unbreaks the bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304865 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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).