Skip to content
Snippets Groups Projects
Commit 8390d165 authored by Erik Verbruggen's avatar Erik Verbruggen
Browse files

Fixed missing include, and #undeffed debug code.

parent 41bc5dac
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
#ifdef DEBUG_AST_PATH #ifdef DEBUG_AST_PATH
# include <QtCore/QDebug> # include <QtCore/QDebug>
# include <typeinfo>
#endif // DEBUG_AST_PATH #endif // DEBUG_AST_PATH
using namespace CPlusPlus; using namespace CPlusPlus;
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#include <QtCore/QList> #include <QtCore/QList>
#include <QtGui/QTextCursor> #include <QtGui/QTextCursor>
#define DEBUG_AST_PATH #undef DEBUG_AST_PATH
namespace CPlusPlus { namespace CPlusPlus {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment