From 8cf44616161e4e5e5ec2d055fd175733012d5b63 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 24 May 2015 01:00:55 +0200 Subject: [PATCH] fix qt4 compilation --- servatrice/src/passwordhasher.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/servatrice/src/passwordhasher.cpp b/servatrice/src/passwordhasher.cpp index 38528a1b..41e73b9e 100644 --- a/servatrice/src/passwordhasher.cpp +++ b/servatrice/src/passwordhasher.cpp @@ -4,10 +4,9 @@ #include #include #include -#else - #include #endif +#include #include "rng_sfmt.h" void PasswordHasher::initialize()