Skip to content

Commit

Permalink
add mussing include
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Strøm <[email protected]>
  • Loading branch information
chrstrom committed Mar 8, 2022
1 parent eb5e1f8 commit da07dd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/serial_driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#ifndef DRIVER_STIM300_SERIAL_DRIVER_H
#define DRIVER_STIM300_SERIAL_DRIVER_H

#include <stdint.h>

class SerialDriver {
public:
virtual ~SerialDriver() = default;
Expand Down
1 change: 1 addition & 0 deletions src/serial_unix.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#include "stim300_constants.h"
#include <cstring>
#include <stdexcept>
#include <stdint.h>

class SerialUnix : public SerialDriver {
public:
Expand Down

0 comments on commit da07dd3

Please sign in to comment.