summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-14 15:23:29 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-14 15:23:29 +0300
commit585d68a19e616ec2645c9a297df94e369974fad8 (patch)
tree32a874924ad6c812050514c01fbbee9ff3f2530b /src
parent5c7ea2e2dc120107145e7314119a82654280c010 (diff)
downloadplus-585d68a19e616ec2645c9a297df94e369974fad8.tar.gz
plus-585d68a19e616ec2645c9a297df94e369974fad8.tar.bz2
plus-585d68a19e616ec2645c9a297df94e369974fad8.tar.xz
plus-585d68a19e616ec2645c9a297df94e369974fad8.zip
Fix compilation with different flags.
Diffstat (limited to 'src')
-rw-r--r--src/gui/models/updatelistmodel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/models/updatelistmodel.h b/src/gui/models/updatelistmodel.h
index 0f1104200..7834ad2be 100644
--- a/src/gui/models/updatelistmodel.h
+++ b/src/gui/models/updatelistmodel.h
@@ -25,7 +25,7 @@
#include "gui/models/listmodel.h"
-#include "net/hostsgroup.h"
+#include "net/serverinfo.h"
#include "utils/stringvector.h"