Skip to content

Commit

Permalink
include iomanip for setprecision
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Aug 28, 2023
1 parent d382346 commit 23f5071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples_linux/ncurses/scanner_curses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
#include <cstdio> // sprintf()
#include <string> // string, getline()
#include <ctime> // time_t, time(), difftime()
#include <iostream> // cout, endl, flush, cin, setprecision()
#include <iostream> // cout, endl, flush, cin
#include <iomanip> // setprecision()
#include <ncurses.h>
#include <RF24/RF24.h>

Expand Down

0 comments on commit 23f5071

Please sign in to comment.