Browse Source

terminal: fix include

previous fix did not apply to builds without single-source env setup
ci builds with it enabled at all times
pull/2552/head
Maxim Prokhorov 1 year ago
parent
commit
1c9a4bd864
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      code/espurna/terminal.cpp

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

@ -16,6 +16,7 @@ Copyright (C) 2020-2022 by Maxim Prokhorov <prokhorov dot max at outlook dot com
#include "mqtt.h"
#include "settings.h"
#include "system.h"
#include "sensor.h"
#include "telnet.h"
#include "terminal.h"
#include "utils.h"


Loading…
Cancel
Save