aboutsummaryrefslogtreecommitdiff
path: root/src/Window.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/Window.cc
parent41f40a68db72ae685af0b184bf1d26531ee7e836 (diff)
downloadfluxbox-4d57d6b3943bc352b0b6d3223d017af8943b1f80.zip
fluxbox-4d57d6b3943bc352b0b6d3223d017af8943b1f80.tar.bz2
add missing #include <cassert>
Diffstat (limited to 'src/Window.cc')
-rw-r--r--src/Window.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Window.cc b/src/Window.cc
index b6e29c7..d148cdc 100644
--- a/src/Window.cc
+++ b/src/Window.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.cc,v 1.149 2003/04/26 05:42:35 rathnor Exp $ 25// $Id: Window.cc,v 1.150 2003/04/27 02:26:21 rathnor Exp $
26 26
27#include "Window.hh" 27#include "Window.hh"
28 28
@@ -55,7 +55,7 @@
55#include <cstring> 55#include <cstring>
56#include <cstdio> 56#include <cstdio>
57#include <iostream> 57#include <iostream>
58 58#include <cassert>
59 59
60using namespace std; 60using namespace std;
61 61