Browse Source

Need to include QMap in parseutil.h

yenatch 6 years ago
parent
commit
7f74b3b481
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      parseutil.h

+ 1
- 0
parseutil.h View File

@@ -3,6 +3,7 @@
3 3
 
4 4
 #include <QString>
5 5
 #include <QList>
6
+#include <QMap>
6 7
 
7 8
 enum TokenType {
8 9
     Number,