Skip to content

Commit

Permalink
Merge pull request #23 from deltaphi/fix-includes
Browse files Browse the repository at this point in the history
Add missing <cstdio> includes
  • Loading branch information
deltaphi authored Jul 6, 2024
2 parents f30fac3 + a273524 commit a973eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions c6021light/src/tasks/RoutingTask/CanEngineDB.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "tasks/RoutingTask/CanEngineDB.h"

#include <algorithm>
#include <cstdio>

#include "RR32Can/RR32Can.h"

Expand Down
1 change: 1 addition & 0 deletions c6021light/src/tasks/RoutingTask/LocoNetSlotServer.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "tasks/RoutingTask/LocoNetSlotServer.h"

#include <algorithm>
#include <cstdio>

#include "RR32Can/RR32Can.h"

Expand Down

0 comments on commit a973eca

Please sign in to comment.