linuxdcpp-team team mailing list archive
-
linuxdcpp-team team
-
Mailing list archive
-
Message #04090
[Branch ~dcplusplus-team/dcplusplus/trunk] Rev 2521: Complile fix
------------------------------------------------------------
revno: 2521
committer: eMTee <emtee11@xxxxxxxxx>
branch nick: dcplusplus
timestamp: Wed 2011-05-04 22:38:03 +0200
message:
Complile fix
modified:
dcpp/LogManagerListener.h
--
lp:dcplusplus
https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk
Your team Dcplusplus-team is subscribed to branch lp:dcplusplus.
To unsubscribe from this branch go to https://code.launchpad.net/~dcplusplus-team/dcplusplus/trunk/+edit-subscription
=== modified file 'dcpp/LogManagerListener.h'
--- dcpp/LogManagerListener.h 2011-03-29 20:40:28 +0000
+++ dcpp/LogManagerListener.h 2011-05-04 20:38:03 +0000
@@ -19,6 +19,8 @@
#ifndef DCPLUSPLUS_DCPP_LOG_MANAGER_LISTENER_H
#define DCPLUSPLUS_DCPP_LOG_MANAGER_LISTENER_H
+#include "noexcept.h"
+
namespace dcpp {
class LogManagerListener {