Fixed missing include, and #undeffed debug code.

This commit is contained in:
Erik Verbruggen
2010-05-28 17:02:32 +02:00
parent 41bc5dac15
commit 8390d165bd
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@
#ifdef DEBUG_AST_PATH
# include <QtCore/QDebug>
# include <typeinfo>
#endif // DEBUG_AST_PATH
using namespace CPlusPlus;

View File

@@ -38,7 +38,7 @@
#include <QtCore/QList>
#include <QtGui/QTextCursor>
#define DEBUG_AST_PATH
#undef DEBUG_AST_PATH
namespace CPlusPlus {