diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2015-10-27 12:42:19 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2015-10-27 12:42:19 +0100 |
| commit | 4e30841039bb7c3efe5558e40cba8375baad30f7 (patch) | |
| tree | 40850a3816e537a60e1037eff29f54245cae23fc /src/ClientInfo.hpp | |
| parent | b5f799707482bee75bcf1f32c9aa509c96b6d1a7 (diff) | |
| download | manager-4e30841039bb7c3efe5558e40cba8375baad30f7.tar.gz manager-4e30841039bb7c3efe5558e40cba8375baad30f7.zip | |
Begin adding basic stats
Diffstat (limited to 'src/ClientInfo.hpp')
| -rw-r--r-- | src/ClientInfo.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClientInfo.hpp b/src/ClientInfo.hpp index 83005e6..eb39b82 100644 --- a/src/ClientInfo.hpp +++ b/src/ClientInfo.hpp @@ -3,6 +3,7 @@ #include <QDateTime> #include <QString> #include <QStringList> +#include <QTcpSocket> #include <CRSMConfig.hpp> |
