diff options
Diffstat (limited to 'src/drivers/test/test_battery.cpp')
| -rw-r--r-- | src/drivers/test/test_battery.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/test/test_battery.cpp b/src/drivers/test/test_battery.cpp index a1499e40..f0006336 100644 --- a/src/drivers/test/test_battery.cpp +++ b/src/drivers/test/test_battery.cpp @@ -1,6 +1,7 @@ -#include <cstdint> #include "battery.hpp" +#include <cstdint> + #include "catch2/catch.hpp" namespace drivers { |
