mirror of
https://github.com/thoughtbot/capybara-webkit
synced 2023-03-27 23:22:28 -04:00
Include QtNetwork before using it
* Fixes compile errors on arch Linux
This commit is contained in:
parent
12cc63eff1
commit
5f17a22b5a
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef _WEBPAGE_H
|
||||
#define _WEBPAGE_H
|
||||
#include <QtWebKit>
|
||||
#include <QtNetwork>
|
||||
|
||||
class WebPageManager;
|
||||
class NetworkAccessManager;
|
||||
|
|
Loading…
Reference in a new issue