diff options
Diffstat (limited to 'include/Support/StringExtras.h')
-rw-r--r-- | include/Support/StringExtras.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Support/StringExtras.h b/include/Support/StringExtras.h index ad7527b..fdf3227 100644 --- a/include/Support/StringExtras.h +++ b/include/Support/StringExtras.h @@ -16,8 +16,8 @@ #include "Support/DataTypes.h" #include <cctype> +#include <cstdio> #include <string> -#include <stdio.h> namespace llvm { |