Skip to content

Commit

Permalink
explicitly add <cstdint> header for fixed width integer types (#254)
Browse files Browse the repository at this point in the history
Signed-off-by: Sakura286 <sakura286@outlook.com>
  • Loading branch information
Sakura286 committed Jun 7, 2024
1 parent e29e0de commit 8711526
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions andino_base/include/andino_base/motor_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#pragma once

#include <array>
#include <cstdint>

#include <libserial/SerialPort.h>

Expand Down

0 comments on commit 8711526

Please sign in to comment.