diff options
Diffstat (limited to 'util/fbrun/FbRun.cc')
-rw-r--r-- | util/fbrun/FbRun.cc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/util/fbrun/FbRun.cc b/util/fbrun/FbRun.cc index c175e67..7797f76 100644 --- a/util/fbrun/FbRun.cc +++ b/util/fbrun/FbRun.cc | |||
@@ -49,7 +49,13 @@ | |||
49 | #include <fstream> | 49 | #include <fstream> |
50 | #include <algorithm> | 50 | #include <algorithm> |
51 | 51 | ||
52 | using namespace std; | 52 | using std::cerr; |
53 | using std::endl; | ||
54 | using std::string; | ||
55 | using std::fstream; | ||
56 | using std::ifstream; | ||
57 | using std::ofstream; | ||
58 | using std::ios; | ||
53 | 59 | ||
54 | FbRun::FbRun(int x, int y, size_t width): | 60 | FbRun::FbRun(int x, int y, size_t width): |
55 | FbTk::TextBox(DefaultScreen(FbTk::App::instance()->display()), | 61 | FbTk::TextBox(DefaultScreen(FbTk::App::instance()->display()), |