mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
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 <string.h>
|
||||
#include <gcrypt.h>
|
||||
#else
|
||||
#include <QCryptographicHash>
|
||||
#endif
|
||||
|
||||
#include <QCryptographicHash>
|
||||
#include "rng_sfmt.h"
|
||||
|
||||
void PasswordHasher::initialize()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue