2.8 branch: Fix for 64bit OS X compiles. Merged r10006 from trunk.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#if defined (__APPLE__) && (!__LP64__)
|
||||||
|
|
||||||
#include <osg/observer_ptr>
|
#include <osg/observer_ptr>
|
||||||
#include <osgViewer/api/Carbon/PixelBufferCarbon>
|
#include <osgViewer/api/Carbon/PixelBufferCarbon>
|
||||||
|
|||||||
Reference in New Issue
Block a user