Skip to content

Commit

Permalink
[Core]: Add missing cassert to internal control function source file
Browse files Browse the repository at this point in the history
This just adds the cassert header to can_internal_control_function source file.
We use the assert macro in there, but it wasn't included.
  • Loading branch information
ad3154 committed May 31, 2024
1 parent b33937c commit f7bbf4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isobus/src/can_internal_control_function.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "isobus/utility/system_timing.hpp"

#include <algorithm>
#include <cassert>
#include <random>

namespace isobus
Expand Down

0 comments on commit f7bbf4d

Please sign in to comment.