aboutsummaryrefslogtreecommitdiff
path: root/src/WinClient.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-04-27 02:26:21 (GMT)
committerrathnor <rathnor>2003-04-27 02:26:21 (GMT)
commit4d57d6b3943bc352b0b6d3223d017af8943b1f80 (patch)
tree052510cc7d3de450da3fc284e7d1b252af45e4bc /src/WinClient.cc
parent41f40a68db72ae685af0b184bf1d26531ee7e836 (diff)
downloadfluxbox-4d57d6b3943bc352b0b6d3223d017af8943b1f80.zip
fluxbox-4d57d6b3943bc352b0b6d3223d017af8943b1f80.tar.bz2
add missing #include <cassert>
Diffstat (limited to 'src/WinClient.cc')
-rw-r--r--src/WinClient.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc
index 7f15476..6a41434 100644
--- a/src/WinClient.cc
+++ b/src/WinClient.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: WinClient.cc,v 1.4 2003/04/25 11:21:17 fluxgen Exp $ 22// $Id: WinClient.cc,v 1.5 2003/04/27 02:26:21 rathnor Exp $
23 23
24#include "WinClient.hh" 24#include "WinClient.hh"
25 25
@@ -33,6 +33,8 @@
33#include <iostream> 33#include <iostream>
34#include <algorithm> 34#include <algorithm>
35#include <iterator> 35#include <iterator>
36#include <cassert>
37
36using namespace std; 38using namespace std;
37 39
38WinClient::WinClient(Window win, FluxboxWindow &fbwin):FbTk::FbWindow(win), 40WinClient::WinClient(Window win, FluxboxWindow &fbwin):FbTk::FbWindow(win),