------------------------------------------------------------
revno: 3292
committer: poy <[email protected]>
branch nick: trunk
timestamp: Tue 2013-05-14 23:10:23 +0200
message:
build fixes
modified:
win32/PluginApiWin.cpp
win32/PluginApiWin.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 'win32/PluginApiWin.cpp'
--- win32/PluginApiWin.cpp 2013-05-13 18:22:52 +0000
+++ win32/PluginApiWin.cpp 2013-05-14 21:10:23 +0000
@@ -26,6 +26,7 @@
#include <dcpp/version.h>
#include <dwt/widgets/LoadDialog.h>
+#include <dwt/widgets/MessageBox.h>
#include "MainWindow.h"
#include "PluginInfoDlg.h"
=== modified file 'win32/PluginApiWin.h'
--- win32/PluginApiWin.h 2013-05-13 18:22:52 +0000
+++ win32/PluginApiWin.h 2013-05-14 21:10:23 +0000
@@ -21,9 +21,12 @@
#ifndef DCPLUSPLUS_WIN32_PLUGINAPIWIN_H
#define DCPLUSPLUS_WIN32_PLUGINAPIWIN_H
+#include <string>
+
#include <dcpp/PluginDefs.h>
-#include <dwt/forward.h>
+using std::string;
+namespace dwt { class Widget; }
class PluginApiWin {
public:
_______________________________________________
Mailing list: https://launchpad.net/~linuxdcpp-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~linuxdcpp-team
More help : https://help.launchpad.net/ListHelp