Skip to content

Commit

Permalink
cpplint
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Oct 6, 2024
1 parent a99f32c commit aaf438a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Website.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
*/
#include <YaSolRWebsite.h>

#include <unordered_map>

#define HIDDEN_PWD "********"

#ifdef APP_MODEL_PRO
Expand Down
1 change: 1 addition & 0 deletions src/tasks/Dashboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*/
#include <YaSolR.h>
#include <YaSolRWebsite.h>
#include <cstdio>

Mycila::Task dashboardTask("Dashboard", [](void* params) {
if (config.getBool(KEY_ENABLE_PID_VIEW)) {
Expand Down

0 comments on commit aaf438a

Please sign in to comment.