Skip to content

Commit

Permalink
Include QtNetwork before using it
Browse files Browse the repository at this point in the history
* Fixes compile errors on arch Linux
  • Loading branch information
jferris committed Feb 20, 2013
1 parent 667a345 commit 71c97c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/WebPage.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef _WEBPAGE_H
#define _WEBPAGE_H
#include <QtWebKit>
#include <QtNetwork>

class WebPageManager;
class NetworkAccessManager;
Expand Down

0 comments on commit 71c97c3

Please sign in to comment.