pkgsrc-wip/torcs/patches/patch-ad
Yorick Hardy 00f9a6ab24 Import torcs-1.3.0 as wip/torcs.
TORCS, The Open Racing Car Simulator, is a car racing simulation, which
allows you to drive in races against opponents simulated by the computer.
You can also develop your own computer-controlled driver (also called a
robot) in C or C++.
2008-11-17 14:04:28 +00:00

14 lines
367 B
Text

$NetBSD: patch-ad,v 1.1.1.1 2008/11/17 14:04:31 yhardy Exp $
--- src/libs/learning/policy.h.orig 2008-03-15 01:15:03.000000000 +0200
+++ src/libs/learning/policy.h 2008-03-15 01:15:20.000000000 +0200
@@ -17,6 +17,9 @@
#include <cmath>
#include <cstdlib>
#include <cstdio>
+
+using namespace std;
+
#include <learning/ANN.h>
#include <learning/Distribution.h>