Skip to content

Commit feda5e7

Browse files
authored
And include it where it should be included.
1 parent 194cd9f commit feda5e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp-terminal/private/platform.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#include "platform.hpp"
22

3+
#include "inputOutputModeFlags.hpp"
4+
35
bool Term::Private::is_stdin_a_tty() {
46
#ifdef _WIN32
57
return _isatty(_fileno(stdin));

0 commit comments

Comments
 (0)