Fix a bug that caused opt and other tools to silently ignore
[oota-llvm.git] / lib / Support / Statistic.cpp
index 10f13f554c0c800263a44f13b1025d694b6bd57a..e500b55f5f54f2c0823dc10bed3fc58a828d8b86 100644 (file)
@@ -28,6 +28,7 @@
 #include "llvm/ADT/StringExtras.h"
 #include <algorithm>
 #include <ostream>
+#include <cstring>
 using namespace llvm;
 
 // GetLibSupportInfoOutputFile - Return a file stream to print our output on.