mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +08:00
Update README.md
Fixed the 'block progress bar' example not working due to a missing `#include` directive.
This commit is contained in:
@@ -275,6 +275,7 @@ Are you in need of a smooth block progress bar using [unicode block elements](ht
|
|||||||
|
|
||||||
```cpp
|
```cpp
|
||||||
#include <indicators/block_progress_bar.hpp>
|
#include <indicators/block_progress_bar.hpp>
|
||||||
|
#include <indicators/cursor_control.hpp>
|
||||||
#include <thread>
|
#include <thread>
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user