summaryrefslogtreecommitdiffabout
path: root/pwmanager/pwmanager/pwmexception.h
Unidiff
Diffstat (limited to 'pwmanager/pwmanager/pwmexception.h') (more/less context) (ignore whitespace changes)
-rw-r--r--pwmanager/pwmanager/pwmexception.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pwmanager/pwmanager/pwmexception.h b/pwmanager/pwmanager/pwmexception.h
index 301ebd7..7f5a3a6 100644
--- a/pwmanager/pwmanager/pwmexception.h
+++ b/pwmanager/pwmanager/pwmexception.h
@@ -20,7 +20,7 @@
20#ifndef __PWMEXCEPTION_H 20#ifndef __PWMEXCEPTION_H
21#define __PWMEXCEPTION_H 21#define __PWMEXCEPTION_H
22 22
23#include "globalstuff.h" 23//#include "globalstuff.h"
24 24
25#include <iostream> 25#include <iostream>
26#include <string> 26#include <string>
@@ -214,4 +214,5 @@ void __printError(const string &msg);
214 #define printWarn(x)__printWarn(x) 214 #define printWarn(x)__printWarn(x)
215 #define printError(x)__printError(x) 215 #define printError(x)__printError(x)
216 216
217#include "globalstuff.h"
217#endif // __PWMEXCEPTION_H 218#endif // __PWMEXCEPTION_H