diff options
| author | Erik Verbruggen <[email protected]> | 2010-05-28 17:02:32 +0200 |
|---|---|---|
| committer | Erik Verbruggen <[email protected]> | 2010-05-28 17:02:32 +0200 |
| commit | 8390d165bd4df3536bb0f4f34cc4e53ec8279bc9 (patch) | |
| tree | 7c0d65e3656b5e8d26cded7acb2f874347c0c7b6 /src/libs/cplusplus/ASTPath.cpp | |
| parent | 41bc5dac154fc95bb2ea69cf2df0cdff7147c4d5 (diff) | |
Fixed missing include, and #undeffed debug code.
Diffstat (limited to 'src/libs/cplusplus/ASTPath.cpp')
| -rw-r--r-- | src/libs/cplusplus/ASTPath.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/cplusplus/ASTPath.cpp b/src/libs/cplusplus/ASTPath.cpp index 7e3e20f50a7..eb451ced4a4 100644 --- a/src/libs/cplusplus/ASTPath.cpp +++ b/src/libs/cplusplus/ASTPath.cpp @@ -34,6 +34,7 @@ #ifdef DEBUG_AST_PATH # include <QtCore/QDebug> +# include <typeinfo> #endif // DEBUG_AST_PATH using namespace CPlusPlus; |
