You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
464 B

  1. --- a/service/DeviceManager.h
  2. +++ b/service/DeviceManager.h
  3. @@ -7,6 +7,7 @@
  4. #ifndef TELLDUS_CORE_SERVICE_DEVICEMANAGER_H_
  5. #define TELLDUS_CORE_SERVICE_DEVICEMANAGER_H_
  6. +#include <ctime>
  7. #include <set>
  8. #include <string>
  9. #include "service/Device.h"
  10. --- a/service/Sensor.h
  11. +++ b/service/Sensor.h
  12. @@ -7,6 +7,7 @@
  13. #ifndef TELLDUS_CORE_SERVICE_SENSOR_H_
  14. #define TELLDUS_CORE_SERVICE_SENSOR_H_
  15. +#include <ctime>
  16. #include <string>
  17. #include "common/Mutex.h"