aboutsummaryrefslogtreecommitdiff
path: root/util/fbrun/FbRun.cc
diff options
context:
space:
mode:
Diffstat (limited to 'util/fbrun/FbRun.cc')
-rw-r--r--util/fbrun/FbRun.cc8
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
52using namespace std; 52using std::cerr;
53using std::endl;
54using std::string;
55using std::fstream;
56using std::ifstream;
57using std::ofstream;
58using std::ios;
53 59
54FbRun::FbRun(int x, int y, size_t width): 60FbRun::FbRun(int x, int y, size_t width):
55 FbTk::TextBox(DefaultScreen(FbTk::App::instance()->display()), 61 FbTk::TextBox(DefaultScreen(FbTk::App::instance()->display()),