]> git.mxchange.org Git - simgear.git/commitdiff
compile (gcc 4.1.0)
authormfranz <mfranz>
Thu, 24 Aug 2006 23:03:52 +0000 (23:03 +0000)
committermfranz <mfranz>
Thu, 24 Aug 2006 23:03:52 +0000 (23:03 +0000)
("In member function 'T SGPersonalityParameter<T>::shuffle()':
28: error: there are no arguments to 'sg_random' that depend on a template
parameter, so a declaration of 'sg_random' must be available")

simgear/scene/model/persparam.hxx

index 4ee014b6465c85c1080d27a717b22764a7b2c637..33f2ade74201c0b3321da66bdbedc90d10096b68 100755 (executable)
@@ -5,6 +5,9 @@
 #ifndef _SG_PERSPARAM_HXX
 #define _SG_PERSPARAM_HXX 1
 
+#include <simgear/math/sg_random.h>
+
+
 template <class T>
 class SGPersonalityParameter {
 public: