diff options
Diffstat (limited to 'util/fbrun/FbRun.cc')
-rw-r--r-- | util/fbrun/FbRun.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/util/fbrun/FbRun.cc b/util/fbrun/FbRun.cc index 2d5499a..992255f 100644 --- a/util/fbrun/FbRun.cc +++ b/util/fbrun/FbRun.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbRun.cc,v 1.10 2003/03/22 11:33:04 fluxgen Exp $ | 22 | // $Id: FbRun.cc,v 1.11 2003/04/27 02:26:21 rathnor Exp $ |
23 | 23 | ||
24 | #include "FbRun.hh" | 24 | #include "FbRun.hh" |
25 | 25 | ||
@@ -36,6 +36,7 @@ | |||
36 | 36 | ||
37 | #include <iostream> | 37 | #include <iostream> |
38 | #include <fstream> | 38 | #include <fstream> |
39 | #include <cassert> | ||
39 | 40 | ||
40 | using namespace std; | 41 | using namespace std; |
41 | FbRun::FbRun(int x, int y, size_t width): | 42 | FbRun::FbRun(int x, int y, size_t width): |