1
0
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:
Anatoly Baksheev
2013-09-06 19:32:35 +04:00
parent eed7bf6902
commit 477ca067f0
3 changed files with 9 additions and 7 deletions
+3 -1
View File
@@ -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();