diff options
Diffstat (limited to 'runtime/GCCLibraries/crtend/C++-Exception.cpp')
-rw-r--r-- | runtime/GCCLibraries/crtend/C++-Exception.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/GCCLibraries/crtend/C++-Exception.cpp b/runtime/GCCLibraries/crtend/C++-Exception.cpp index b521f1464c..ad9f7a53e5 100644 --- a/runtime/GCCLibraries/crtend/C++-Exception.cpp +++ b/runtime/GCCLibraries/crtend/C++-Exception.cpp @@ -14,7 +14,7 @@ //#define DEBUG #ifdef DEBUG -#include <stdio.h> +#include <cstdio> #endif // LastCaughtException - The last exception caught by this handler. This is for |