diff options
author | rathnor <rathnor> | 2003-04-27 02:26:21 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-04-27 02:26:21 (GMT) |
commit | 4d57d6b3943bc352b0b6d3223d017af8943b1f80 (patch) | |
tree | 052510cc7d3de450da3fc284e7d1b252af45e4bc /util | |
parent | 41f40a68db72ae685af0b184bf1d26531ee7e836 (diff) | |
download | fluxbox-4d57d6b3943bc352b0b6d3223d017af8943b1f80.zip fluxbox-4d57d6b3943bc352b0b6d3223d017af8943b1f80.tar.bz2 |
add missing #include <cassert>
Diffstat (limited to 'util')
-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): |