Skip to content

Commit 70e8356

Browse files
committed
fix(navigation_tui & terminal_utils): fix build errors
1 parent e83ef69 commit 70e8356

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/navigation_tui.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "navigation_tui.hpp"
22
#include <algorithm>
3+
#include <format>
34
#include <iostream>
45
#include <sstream>
56
#include <thread>

src/terminal_utils.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
#include <algorithm>
33

44
#ifndef _WIN32
5-
#include <asm-generic/ioctls.h>
65
#include <sys/ioctl.h>
76
#endif
87

0 commit comments

Comments
 (0)