]> granicus.if.org Git - llvm/commitdiff
[MC] Add another missing <memory> include left out of r315327.
authorLang Hames <lhames@gmail.com>
Tue, 10 Oct 2017 16:59:01 +0000 (16:59 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 10 Oct 2017 16:59:01 +0000 (16:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315332 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.h

index 644cfa62df9f02ab97b112bb78f82c3274d8ca32..a1b93e576642b5394dbb29ae81eb04c7b0f7e59d 100644 (file)
@@ -15,6 +15,7 @@
 #define LLVM_LIB_TARGET_ARM_MCTARGETDESC_ARMMCTARGETDESC_H
 
 #include "llvm/Support/DataTypes.h"
+#include <memory>
 #include <string>
 
 namespace llvm {