clipp.h 226 B

123456789101112131415
  1. #ifndef UTIL_CLIPP_H
  2. #define UTIL_CLIPP_H
  3. #include "Libraries/clipp/clipp.h"
  4. namespace PresenceDetection {
  5. namespace Util {
  6. using namespace clipp;
  7. } // namespace Util
  8. } // namespace DomoticaServer
  9. #endif // UTIL_CLIPP_H