[MC] Add a missing <memory> include left out of r315327.

llvm-svn: 315331
This commit is contained in:
Lang Hames 2017-10-10 16:58:26 +00:00
parent 90ccab6855
commit 3a67075a3a
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include "llvm/Support/MathExtras.h"
#include <cstdint>
#include <memory>
namespace llvm {