fix qt4 compilation
This commit is contained in:
parent
d6cee242e3
commit
8cf4461616
1 changed files with 1 additions and 2 deletions
|
@ -4,10 +4,9 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <gcrypt.h>
|
#include <gcrypt.h>
|
||||||
#else
|
|
||||||
#include <QCryptographicHash>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <QCryptographicHash>
|
||||||
#include "rng_sfmt.h"
|
#include "rng_sfmt.h"
|
||||||
|
|
||||||
void PasswordHasher::initialize()
|
void PasswordHasher::initialize()
|
||||||
|
|
Loading…
Reference in a new issue