Skip to content

Commit d8e9752

Browse files
committed
CLI header fix
1 parent 35ad0b0 commit d8e9752

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| `cli/strings.hpp` | ANSI color strings, argument enums, and global counters |
88
| `cli/types.hpp` | Shared primitive type aliases |
99
| `cli/sha256.hpp` | SHA-256 implementation used by the CLI |
10-
| `cli/windows_cli.hpp` | Windows-specific ANSI support and string utilities |
10+
| `cli/windows_tui.hpp` | Windows-specific ANSI support and string utilities |
1111

1212
<br>
1313

src/cli/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#include "wagner_fischer.hpp"
3636

3737
#if (CLI_WINDOWS)
38-
#include "windows_cli.hpp"
38+
#include "windows_tui.hpp"
3939
#include <windows.h>
4040
#include <shellapi.h>
4141
#endif

0 commit comments

Comments
 (0)