Update README.md

Fixed the 'block progress bar' example not working due to a missing `#include` directive.
This commit is contained in:
Avighna
2023-03-10 23:10:05 +05:30
committed by GitHub
parent b44735a2a5
commit bd4826c885

View File

@@ -275,6 +275,7 @@ Are you in need of a smooth block progress bar using [unicode block elements](ht
```cpp
#include <indicators/block_progress_bar.hpp>
#include <indicators/cursor_control.hpp>
#include <thread>
#include <chrono>