Fix missing QHash include required with older Qt versions

This commit is contained in:
Martchus 2020-03-02 16:00:16 +01:00
parent 28dc0bb825
commit c797850563
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef SYNCTHING_CONNECTOR_QSTRING_HASH_H
#define SYNCTHING_CONNECTOR_QSTRING_HASH_H
#include <QHash>
#include <QString>
#include <functional>