mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
telldus-core: fix compilation with libcxx 10
Missing headers and wrong namespace. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
--- a/service/DeviceManager.h
|
||||
+++ b/service/DeviceManager.h
|
||||
@@ -7,6 +7,7 @@
|
||||
#ifndef TELLDUS_CORE_SERVICE_DEVICEMANAGER_H_
|
||||
#define TELLDUS_CORE_SERVICE_DEVICEMANAGER_H_
|
||||
|
||||
+#include <ctime>
|
||||
#include <set>
|
||||
#include <string>
|
||||
#include "service/Device.h"
|
||||
--- a/service/Sensor.h
|
||||
+++ b/service/Sensor.h
|
||||
@@ -7,6 +7,7 @@
|
||||
#ifndef TELLDUS_CORE_SERVICE_SENSOR_H_
|
||||
#define TELLDUS_CORE_SERVICE_SENSOR_H_
|
||||
|
||||
+#include <ctime>
|
||||
#include <string>
|
||||
#include "common/Mutex.h"
|
||||
|
||||
Reference in New Issue
Block a user