]> git.pld-linux.org Git - packages/FlightGear.git/blame - rtti-fix.patch
- release 3 (by relup.sh)
[packages/FlightGear.git] / rtti-fix.patch
CommitLineData
d95a8e9c
JR
1commit 4f91a31f05adb9b5a3c4d044c96837f853e13497
2Author: Torsten Dreyer <Torsten@t3r.de>
3Date: Sun Aug 17 22:36:19 2014 +0200
4
5 Quick and dirty repair of linux build with RTI enabled
6
7diff --git a/utils/fgai/AIBVHPager.cxx b/utils/fgai/AIBVHPager.cxx
8index a5cc139..9aee79d 100644
9--- a/utils/fgai/AIBVHPager.cxx
10+++ b/utils/fgai/AIBVHPager.cxx
11@@ -18,6 +18,7 @@
12 #ifdef HAVE_CONFIG_H
13 #include <config.h>
14 #endif
15+#include <osg/Referenced>
16
17 #include "AIBVHPager.hxx"
18
This page took 0.075248 seconds and 4 git commands to generate.