diff options
author | mae <qtc-committer@nokia.com> | 2009-01-05 18:28:56 +0100 |
---|---|---|
committer | mae <qtc-committer@nokia.com> | 2009-01-05 18:28:56 +0100 |
commit | 1187e56ba5dca6f3e0ef48d04b37331dab50e563 (patch) | |
tree | 021afb530ccd793a49db00746f02d304dd0c27fc /shared/cplusplus/PrettyPrinter.cpp | |
parent | 7cf9888a1e2eaddf45baa2e6fa11196c032d65cc (diff) | |
download | qt-creator-1187e56ba5dca6f3e0ef48d04b37331dab50e563.tar.gz |
added missing cassert include
Diffstat (limited to 'shared/cplusplus/PrettyPrinter.cpp')
-rw-r--r-- | shared/cplusplus/PrettyPrinter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/cplusplus/PrettyPrinter.cpp b/shared/cplusplus/PrettyPrinter.cpp index 7664d5b6d4..d6addb855b 100644 --- a/shared/cplusplus/PrettyPrinter.cpp +++ b/shared/cplusplus/PrettyPrinter.cpp @@ -35,6 +35,7 @@ #include "AST.h" #include <iostream> #include <string> +#include <cassert> CPLUSPLUS_USE_NAMESPACE |