Included RecoverableException.h to fix compilation error. * test/DHTMessageFactoryImplTest.cc
@@ -1,3 +1,8 @@
+2008-02-11 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
+
+ Included RecoverableException.h to fix compilation error.
+ * test/DHTMessageFactoryImplTest.cc
2008-02-11 Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>
Added test 'testDoReceivedAction' for DHTQueryMessage subclasses.
@@ -1,5 +1,5 @@
#include "DHTMessageFactoryImpl.h"
-#include "Exception.h"
+#include "RecoverableException.h"
#include "Util.h"
#include "DHTNode.h"
#include "DHTRoutingTable.h"