Add missing include to unbreak the build.
authorSean Hunt <rideau3@gmail.com>
Mon, 14 Jun 2010 22:44:26 +0000 (22:44 +0000)
committerSean Hunt <rideau3@gmail.com>
Mon, 14 Jun 2010 22:44:26 +0000 (22:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105971 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/PostRAHazardRecognizer.h

index 3f600f587d3d58d375dd856c69a53a0af2ad37d8..24d73cb7860d762f9030272b80c8fc43430ca1ac 100644 (file)
@@ -20,6 +20,7 @@
 #include "llvm/System/DataTypes.h"
 
 #include <cassert>
+#include <cstring>
 #include <string>
 
 namespace llvm {