widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #00232
[Merge] lp:~lukas-petrovicky/widelands/lp717667 into lp:widelands
triceo has proposed merging lp:~lukas-petrovicky/widelands/lp717667 into lp:widelands.
Requested reviews:
Widelands Developers (widelands-dev)
Related bugs:
#717667 Broken compilation with GCC 4.6
https://bugs.launchpad.net/bugs/717667
For more details, see:
https://code.launchpad.net/~lukas-petrovicky/widelands/lp717667/+merge/50190
A patch for LP 717667. Please review and merge.
--
https://code.launchpad.net/~lukas-petrovicky/widelands/lp717667/+merge/50190
Your team Widelands Developers is requested to review the proposed merge of lp:~lukas-petrovicky/widelands/lp717667 into lp:widelands.
=== modified file 'src/economy/supply_list.h'
--- src/economy/supply_list.h 2010-05-22 14:07:41 +0000
+++ src/economy/supply_list.h 2011-02-17 17:07:09 +0000
@@ -21,6 +21,7 @@
#define SUPPLY_LIST_H
#include <vector>
+#include <cstddef>
namespace Widelands {