From 454c8dc2bc5c2aa5aaf764f8ab4da709fb0a467e Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Fri, 7 Aug 2009 10:26:02 +0000 Subject: [PATCH] - Fix compilation with Qt 4.3 (closes #410138) --- src/properties_imp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/properties_imp.cpp b/src/properties_imp.cpp index ed72e447c..2d3355c6d 100644 --- a/src/properties_imp.cpp +++ b/src/properties_imp.cpp @@ -45,6 +45,7 @@ #include #include #include +#include // Constructor properties::properties(QWidget *parent, bittorrent *BTSession, QTorrentHandle &h): QDialog(parent), h(h), BTSession(BTSession), changedFilteredfiles(false), hash(h.hash()) {