Use C++-style <cstdio> instead of C-style <stdio.h>
[oota-llvm.git] / include / Support / StringExtras.h
index ad7527b46963670cc85869fac24c6d3753782dee..fdf32272de823445d6deb5ac2effc991bcf74a1e 100644 (file)
@@ -16,8 +16,8 @@
 
 #include "Support/DataTypes.h"
 #include <cctype>
+#include <cstdio>
 #include <string>
-#include <stdio.h>
 
 namespace llvm {