diff options
author | Itay Grudev <itay-grudev@users.noreply.github.com> | 2016-08-22 11:33:43 +0100 |
---|---|---|
committer | Itay Grudev <itay@grudev.com> | 2016-08-22 11:34:41 +0100 |
commit | e14352e84558814f6941090acd98c39f911e2b5b (patch) | |
tree | d0adec74397dcc54093f54cc4f19c69cc6e7b63c /singleapplication_p.h | |
parent | Fix bug (and compiler error) on Windows - wchar username support (diff) | |
parent | Added missing "QMutex" dependencies (diff) | |
download | singleapplication-e14352e84558814f6941090acd98c39f911e2b5b.tar.xz |
Merge pull request #13 from uralbash/master
Added missing "QMutex" dependencies. Thanks to @uralbash.
Diffstat (limited to 'singleapplication_p.h')
-rw-r--r-- | singleapplication_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/singleapplication_p.h b/singleapplication_p.h index 0769a53..661fe9e 100644 --- a/singleapplication_p.h +++ b/singleapplication_p.h @@ -32,6 +32,7 @@ #ifndef SINGLEAPPLICATION_P_H #define SINGLEAPPLICATION_P_H +#include <QtCore/QMutex> #include <QtCore/QSharedMemory> #include <QtNetwork/QLocalServer> #include <QtNetwork/QLocalSocket> |