aboutsummaryrefslogtreecommitdiff
path: root/src/tests
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/tests
parent41f40a68db72ae685af0b184bf1d26531ee7e836 (diff)
downloadfluxbox-4d57d6b3943bc352b0b6d3223d017af8943b1f80.zip
fluxbox-4d57d6b3943bc352b0b6d3223d017af8943b1f80.tar.bz2
add missing #include <cassert>
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/signaltest.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/signaltest.cc b/src/tests/signaltest.cc
index 27f82eb..8ac7d90 100644
--- a/src/tests/signaltest.cc
+++ b/src/tests/signaltest.cc
@@ -22,6 +22,7 @@
22#include "../SignalHandler.hh" 22#include "../SignalHandler.hh"
23 23
24#include <iostream> 24#include <iostream>
25#include <cassert>
25 26
26using namespace std; 27using namespace std;
27using namespace FbTk; 28using namespace FbTk;