diff options
Diffstat (limited to 'quacker/oppothread.cpp')
-rw-r--r-- | quacker/oppothread.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quacker/oppothread.cpp b/quacker/oppothread.cpp index ffeb1ec..c3df7a5 100644 --- a/quacker/oppothread.cpp +++ b/quacker/oppothread.cpp @@ -23,6 +23,8 @@ #include "oppothread.h" +using namespace std; + QuackerDispatch::QuackerDispatch(QObject *parent) : QObject(parent), m_shouldAbort(false) { |