summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/binentrygen.cpp
Side-by-side diff
Diffstat (limited to 'pwmanager/pwmanager/binentrygen.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/binentrygen.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/pwmanager/pwmanager/binentrygen.cpp b/pwmanager/pwmanager/binentrygen.cpp
index 7d5ae45..f156a5e 100644
--- a/pwmanager/pwmanager/binentrygen.cpp
+++ b/pwmanager/pwmanager/binentrygen.cpp
@@ -17,11 +17,11 @@
* $Id$
**************************************************************************/
-
#include "binentrygen.h"
#include "base64.h"
-#include "pwmexception.h"
+#include "pwmexception.h"
+#include "globalstuff.h"
void BinEntryGen::encode(const QByteArray &data,
PwMDataItem *ret,
@@ -69,3 +69,4 @@ BinEntryGen::DataType BinEntryGen::binType(const PwMDataItem &data)
int type = strtol(data.name.c_str(), 0, 10);
return (static_cast<DataType>(type));
}
+