Skip to content

Commit

Permalink
bugfix missing include with older gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Feb 4, 2023
1 parent 34b1a50 commit 205bc2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tom/src/tom/terminal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
# include <sys/ioctl.h>
#endif

#ifndef _WIN32
# include <unistd.h>
#endif

#include <orm/utils/type.hpp>

#include "tom/exceptions/invalidargumenterror.hpp"
Expand Down

0 comments on commit 205bc2d

Please sign in to comment.