[vegastrike] Another gcc46 fix.

Bruno Wolff III bruno at fedoraproject.org
Sat Jul 9 19:00:35 UTC 2011


commit 6a78a7a53fcb86b66efcbf0975e8a844d81a75ad
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jul 9 11:59:35 2011 -0500

    Another gcc46 fix.

 vegastrike-0.5.1-gcc46.patch |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/vegastrike-0.5.1-gcc46.patch b/vegastrike-0.5.1-gcc46.patch
index a5a672d..63e874d 100644
--- a/vegastrike-0.5.1-gcc46.patch
+++ b/vegastrike-0.5.1-gcc46.patch
@@ -48,3 +48,13 @@
  #include <vector>
  class Matrix;
  
+--- src/cmd/collection.h.orig	2011-07-09 11:58:31.880884408 -0500
++++ src/cmd/collection.h	2011-07-09 11:59:09.692690095 -0500
+@@ -14,6 +14,7 @@
+ #elif defined (USE_STL_COLLECTION)
+ 
+ #include <list>
++#include <cstddef>
+ #include <vector>
+ 
+ class Unit;


More information about the scm-commits mailing list