This website works better with JavaScript.
Home
Explore
Help
Sign In
Karathan
/
pretmap
mirror of
https://github.com/SBird1337/pretmap
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Need to include QMap in parseutil.h
yenatch
6 years ago
parent
ae4158ce7b
commit
7f74b3b481
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
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,