aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
Diffstat (limited to 'context.h')
-rw-r--r--context.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/context.h b/context.h
index fa00aab..802600c 100644
--- a/context.h
+++ b/context.h
@@ -22,6 +22,12 @@
#ifndef __SGPGMEPP_CONTEXT_H__
#define __SGPGMEPP_CONTEXT_H__
+#include <locale.h>
+#include <sstream>
+#include <QApplication>
+#include <QtGui>
+#include <QMessageBox>
+#include <errno.h>
#include <gpgme.h>
#include <QByteArray>
#include <QString>