Skip to content

Commit

Permalink
fix: add vector include dir
Browse files Browse the repository at this point in the history
Signed-off-by: Tony Gorez <[email protected]>
  • Loading branch information
tony-go committed Mar 3, 2024
1 parent 341e973 commit 2551bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/io/unix/io.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <iostream> // std::cout, std::endl
#include <termios.h> // tcgetattr, tcsetattr
#include <unistd.h> // STDIN_FILENO
#include <vector> // std::vector

namespace qupp::io {
Terminal::Terminal() noexcept { tcgetattr(STDIN_FILENO, &original_termios_); }
Expand Down

0 comments on commit 2551bb9

Please sign in to comment.