steveire / grantlee

Libraries for text templating with Qt
Other
141 stars 48 forks source link

Fix build with Qt 5.13 / GCC 8.2. #48

Closed purinchu closed 5 years ago

purinchu commented 5 years ago

At this point Grantlee doesn't build for me because QList is an incomplete type. I think the compiler is right to complain, so I fix by including the appropriate header.

Fixes issue #47.

dfaure-kdab commented 5 years ago

Hi Stephen, I hit this too, please merge it. BTW maybe you can give me push access so this doesn't have the one-man bus factor problem?

steveire commented 5 years ago

Thanks, I've pushed this to master now!