Browse Source

add missing lights #include for rpn rules (#2367)

mcspr-patch-1
Nicolas Gilles 3 years ago
committed by GitHub
parent
commit
ca9b2fbb69
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      code/espurna/rpnrules.cpp

+ 1
- 0
code/espurna/rpnrules.cpp View File

@ -11,6 +11,7 @@ Copyright (C) 2019 by Xose Pérez <xose dot perez at gmail dot com>
#if RPN_RULES_SUPPORT
#include "broker.h"
#include "light.h"
#include "mqtt.h"
#include "ntp.h"
#include "relay.h"


Loading…
Cancel
Save