Explorar el Código

Need to include QMap in parseutil.h

yenatch hace 6 años
padre
commit
7f74b3b481
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      parseutil.h

+ 1
- 0
parseutil.h Ver fichero

@@ -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,