all repos — fluxbox @ f123c69829cf754effbb3e3f98979cd59e420d2e

custom fork of the fluxbox windowmanager

included typeinfo
fluxgen fluxgen
commit

f123c69829cf754effbb3e3f98979cd59e420d2e

parent

a50b4b029a791048bf3c5d75408f6d4c77638655

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/main.ccsrc/main.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: main.cc,v 1.12 2002/12/09 22:51:23 fluxgen Exp $ +// $Id: main.cc,v 1.13 2003/01/09 18:28:48 fluxgen Exp $

@@ -54,6 +54,7 @@ #endif // HAVE_SYS_PARAM_H

#include <iostream> #include <stdexcept> +#include <typeinfo> using namespace std;