Skip to content

Commit

Permalink
Merge pull request #43 from ukicomputers/master
Browse files Browse the repository at this point in the history
Fix undeclared uint8_t lib error by including library
  • Loading branch information
gbmhunter committed Dec 15, 2023
2 parents ae3c8f7 + 8ad6641 commit 5661cea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/CppLinuxSerial/SerialPort.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
#include <asm/ioctls.h>
#include <asm/termbits.h>

// uint8_t
#include <cstdint>

// User headers
#include "Exception.hpp"

Expand Down

0 comments on commit 5661cea

Please sign in to comment.