Skip to content

Commit

Permalink
fix linux
Browse files Browse the repository at this point in the history
  • Loading branch information
bcsanches committed Sep 9, 2024
1 parent 523e9fa commit 56eaa3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/Common/SerialPort_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// defined by the Mozilla Public License, v. 2.0.
#include "SerialPort_linux.h"

#include <cstdint>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <termios.h>
Expand Down
1 change: 1 addition & 0 deletions src/Common/SerialPort_linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#pragma once

#include <cstdint>
#include <string>
#include <string_view>

Expand Down

0 comments on commit 56eaa3c

Please sign in to comment.