diff options
Diffstat (limited to 'src/constexp.h')
-rw-r--r-- | src/constexp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/constexp.h b/src/constexp.h index 8fedc34..767ea66 100644 --- a/src/constexp.h +++ b/src/constexp.h @@ -19,8 +19,8 @@ #ifndef _CONSTEXP_H #define _CONSTEXP_H -#include "qtbc.h" #include "cppvalue.h" +#include <qcstring.h> extern bool parseCppExpression(const char *fileName,int line,const QCString &s); extern int cppExpYYparse(); |