Add comment.
[oota-llvm.git] / lib / CodeGen / MachOWriter.cpp
index 92b3eb4311c348c4b72115baaf5aa827446236a6..d163df3c4fec3dc6975c8fa19758c956b6fa72e9 100644 (file)
@@ -38,6 +38,7 @@
 #include "llvm/Support/OutputBuffer.h"
 #include "llvm/Support/Streams.h"
 #include <algorithm>
+#include <cstring>
 using namespace llvm;
 
 /// AddMachOWriter - Concrete function to add the Mach-O writer to the function