diff options
Diffstat (limited to 'games/connectfive/files/patch-SimpleHeuristic.cpp')
-rw-r--r-- | games/connectfive/files/patch-SimpleHeuristic.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/connectfive/files/patch-SimpleHeuristic.cpp b/games/connectfive/files/patch-SimpleHeuristic.cpp new file mode 100644 index 000000000000..175b08c0840b --- /dev/null +++ b/games/connectfive/files/patch-SimpleHeuristic.cpp @@ -0,0 +1,10 @@ +--- SimpleHeuristic.cpp.orig Thu Jan 1 03:21:53 2004 ++++ SimpleHeuristic.cpp Wed Sep 21 09:30:36 2005 +@@ -31,6 +31,7 @@ + + + // Header Files ############################################################# ++#include <stdio.h> + #include "SimpleHeuristic.h" + + // Macros ################################################################### |