From 232e7b10ca42e1b2a636c79804aa44a9ab3b893e Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Wed, 20 Jun 2007 14:18:36 +0000 Subject: - Fix build with gcc 4.2 PR: 113771 Submitted by: KATO Tsuguru --- games/rtb/files/patch-include__Vector2D.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 games/rtb/files/patch-include__Vector2D.h (limited to 'games/rtb/files/patch-include__Vector2D.h') diff --git a/games/rtb/files/patch-include__Vector2D.h b/games/rtb/files/patch-include__Vector2D.h new file mode 100644 index 000000000000..931499d39b07 --- /dev/null +++ b/games/rtb/files/patch-include__Vector2D.h @@ -0,0 +1,12 @@ +--- include/Vector2D.h.orig Wed Mar 30 02:37:13 2005 ++++ include/Vector2D.h Thu Jun 14 13:19:11 2007 +@@ -24,6 +24,9 @@ + + using namespace std; + ++class Vector2D; ++Vector2D angle2vec(const double); ++ + class Vector2D + { + public: -- cgit v1.2.3