Include qtwebkitversion.h to work in newer qtwebkit

This likely got pulled in automatically in a previous qtwebkit version, but now needs to be explicitly included.
This commit is contained in:
Michael Nutt 2017-01-26 14:25:50 -05:00 committed by Matthew Horan
parent 1617ee424c
commit df7f69f7a0
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#include "qtwebkitversion.h"
#include "SocketCommand.h"
class Version : public SocketCommand {