Sfoglia il codice sorgente

Need to include QMap in parseutil.h

yenatch 6 anni fa
parent
commit
7f74b3b481
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      parseutil.h

+ 1
- 0
parseutil.h Vedi 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,