summaryrefslogtreecommitdiff
path: root/backend.cpp
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2012-10-14 02:54:42 +0200
committerAndreas Loibl <andreas@andreas-loibl.de>2012-10-14 02:54:42 +0200
commit5e9c892e13727083a055d28477fff3df88cc106d (patch)
tree2d4cfa9f72e8dd17f94e49b83d6b5508bf7267a1 /backend.cpp
parent50afaebd438ad51f9890be238e23b188f2562e0a (diff)
downloadacritoxinstaller-5e9c892e13727083a055d28477fff3df88cc106d.zip
acritoxinstaller-5e9c892e13727083a055d28477fff3df88cc106d.tar.gz
added missing import
Diffstat (limited to 'backend.cpp')
-rw-r--r--backend.cpp1
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;