summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2018-01-02 13:46:00 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2018-01-02 13:46:00 +0100
commit93d5dd841fcd83bef3e85ef75b9e9a40cbd9d42f (patch)
treef7a7f1f1071619e02df70fec5247d0c764072a44
parentdf2fd44d158007174e7c067067be98180574b2fa (diff)
Forgotten includes
-rw-r--r--src/pass.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pass.h b/src/pass.h
index 44f81a1f..d8fabecc 100644
--- a/src/pass.h
+++ b/src/pass.h
@@ -11,6 +11,9 @@
#include <QQueue>
#if QT_VERSION >= QT_VERSION_CHECK(5, 10, 0)
#include <QRandomGenerator>
+#else
+#include <fcntl.h>
+#include <unistd.h>
#endif
#include <QString>
#include <QTextCodec>