tags 467580 +patch thanks It appears that an #include <stdexcept> was missing in tut-main.cpp. I have attached a patch which adds that and seems to fix the FTBFS.
HTH. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036
--- guessnet-0.47.orig/tests/tut-main.cpp
+++ guessnet-0.47/tests/tut-main.cpp
@@ -1,6 +1,7 @@
#include <tut.h>
#include <tut_reporter.h>
#include <signal.h>
+#include <stdexcept>
namespace tut
{
signature.asc
Description: Digital signature

