From 6a78a7a53fcb86b66efcbf0975e8a844d81a75ad Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Jul 09 2011 16:59:35 +0000 Subject: Another gcc46 fix. --- 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 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 ++#include + #include + + class Unit;