Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2012-06-29 16:15:16 +0400
committerFelix Geyer <debfx@fobos.de>2012-06-29 16:15:16 +0400
commit68155e8f89cc6cfa5b8ac85f171d77e66673fe65 (patch)
treeb4dc38a4d0d1cf4331e11de600594456b3a68d32 /src/crypto/Crypto.h
parentaf142fc433f0507a26c08e532f74d5773ec1b6c9 (diff)
Make use of Q_NULLPTR.
Diffstat (limited to 'src/crypto/Crypto.h')
-rw-r--r--src/crypto/Crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/Crypto.h b/src/crypto/Crypto.h
index d1b2004b9..63f117771 100644
--- a/src/crypto/Crypto.h
+++ b/src/crypto/Crypto.h
@@ -18,6 +18,8 @@
#ifndef KEEPASSX_CRYPTO_H
#define KEEPASSX_CRYPTO_H
+#include "core/Global.h"
+
class Crypto
{
public: