]> git.pld-linux.org Git - packages/FlightGear.git/blob - rtti-fix.patch
- release 3 (by relup.sh)
[packages/FlightGear.git] / rtti-fix.patch
1 commit 4f91a31f05adb9b5a3c4d044c96837f853e13497
2 Author: Torsten Dreyer <Torsten@t3r.de>
3 Date:   Sun Aug 17 22:36:19 2014 +0200
4
5     Quick and dirty repair of linux build with RTI enabled
6
7 diff --git a/utils/fgai/AIBVHPager.cxx b/utils/fgai/AIBVHPager.cxx
8 index 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.111886 seconds and 3 git commands to generate.