diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2010-08-10 17:30:20 +0200 |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2010-08-11 15:25:17 +0200 |
commit | 1458476c4ee4bebf7645e6a74bb99c053b9ec742 (patch) | |
tree | 76792c05a784c8317a81c07adcfbb4872cebe1a1 /src/shared/cplusplus/DiagnosticClient.h | |
parent | 91c909120b1c4200fd052d49b7341bb583bd4c75 (diff) | |
download | qt-creator-1458476c4ee4bebf7645e6a74bb99c053b9ec742.tar.gz |
Some cleanup in the diagnostic client.
Diffstat (limited to 'src/shared/cplusplus/DiagnosticClient.h')
-rw-r--r-- | src/shared/cplusplus/DiagnosticClient.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shared/cplusplus/DiagnosticClient.h b/src/shared/cplusplus/DiagnosticClient.h index df2c92ae43..5069bfde49 100644 --- a/src/shared/cplusplus/DiagnosticClient.h +++ b/src/shared/cplusplus/DiagnosticClient.h @@ -50,8 +50,7 @@ #define CPLUSPLUS_DIAGNOSTICCLIENT_H #include "CPlusPlusForwardDeclarations.h" -#include "stdarg.h" - +#include <cstdarg> namespace CPlusPlus { |