Blob Blame History Raw
--- widelands/src/compile_assert.h~	2006-09-21 20:20:53.000000000 +0200
+++ widelands/src/compile_assert.h	2011-02-14 20:45:42.134710981 +0100
@@ -18,5 +18,5 @@
  */
 
 #ifndef compile_assert
-#define compile_assert(x) typedef bool COMPILE_ASSERT[(x) ? 1 : -1]
+#define compile_assert(x)
 #endif
--- widelands/src/economy/supply_list.h~	2009-04-29 23:13:53.000000000 +0200
+++ widelands/src/economy/supply_list.h	2011-02-14 20:46:38.181711075 +0100
@@ -20,6 +20,7 @@
 #ifndef SUPPLY_LIST_H
 #define SUPPLY_LIST_H
 
+#include <cstddef>
 #include <vector>
 
 namespace Widelands {