mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 07:43:03 +04:00
compilation for macos
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
#include "precomp.hpp"
|
||||
#include "viz3d_impl.hpp"
|
||||
|
||||
#ifndef __APPLE__
|
||||
#include <vtkRenderWindowInteractor.h>
|
||||
|
||||
#if 1 || !defined __APPLE__
|
||||
vtkRenderWindowInteractor* vtkRenderWindowInteractorFixNew ()
|
||||
{
|
||||
return vtkRenderWindowInteractor::New();
|
||||
|
||||
Reference in New Issue
Block a user