diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-10-14 02:54:42 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-10-14 02:54:42 +0200 |
commit | 5e9c892e13727083a055d28477fff3df88cc106d (patch) | |
tree | 2d4cfa9f72e8dd17f94e49b83d6b5508bf7267a1 | |
parent | 50afaebd438ad51f9890be238e23b188f2562e0a (diff) | |
download | acritoxinstaller-5e9c892e13727083a055d28477fff3df88cc106d.zip acritoxinstaller-5e9c892e13727083a055d28477fff3df88cc106d.tar.gz |
added missing import
-rw-r--r-- | backend.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend.cpp b/backend.cpp index 87a0145..c415f53 100644 --- a/backend.cpp +++ b/backend.cpp @@ -3,6 +3,7 @@ #include <QTime> #include <stdlib.h> #include <math.h> +#include <crypt.h> #include "config.h" Backend* Backend::_instance; |