Moved all #include "osg/.." references to #include <osg/..> to aid port to
MacOS.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#include "osg/Group"
|
||||
#include "osg/BoundingBox"
|
||||
#include <osg/Group>
|
||||
#include <osg/BoundingBox>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user