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:
Diffstat (limited to 'src/keys/PasswordKey.cpp')
-rw-r--r--src/keys/PasswordKey.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keys/PasswordKey.cpp b/src/keys/PasswordKey.cpp
index 2d0416af8..77d2f276e 100644
--- a/src/keys/PasswordKey.cpp
+++ b/src/keys/PasswordKey.cpp
@@ -19,9 +19,9 @@
#include "core/Tools.h"
#include "crypto/CryptoHash.h"
-#include <gcrypt.h>
#include <algorithm>
#include <cstring>
+#include <gcrypt.h>
QUuid PasswordKey::UUID("77e90411-303a-43f2-b773-853b05635ead");