Fix missing namespace in Events on Windows and Mac OS X
This commit is contained in:
parent
e834160492
commit
ba9c50f625
4 changed files with 7 additions and 3 deletions
|
@ -5,6 +5,8 @@
|
|||
#include <windows.h>
|
||||
#include <list>
|
||||
|
||||
using namespace TelldusCore;
|
||||
|
||||
class EventHandler::PrivateData {
|
||||
public:
|
||||
HANDLE *eventArray;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue