Skip to content

Fix build error in vtkVizInteractorStyle.cpp (Windows/msvc16/x64)#4113

Open
chr-thien wants to merge 1 commit into
opencv:4.xfrom
chr-thien:patch-1
Open

Fix build error in vtkVizInteractorStyle.cpp (Windows/msvc16/x64)#4113
chr-thien wants to merge 1 commit into
opencv:4.xfrom
chr-thien:patch-1

Conversation

@chr-thien
Copy link
Copy Markdown

Fixes the following build errors when compiling with msvc16 (VS 2019):
vtkVizInteractorStyle.cpp(99): error C2065: 'cout': undeclared identifier
vtkVizInteractorStyle.cpp(121): error C2065: 'cout': undeclared identifier

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • I agree to contribute to the project under Apache 2 License.
  • To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • The PR is proposed to the proper branch
  • There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • The feature is well documented and sample code can be built with the project CMake

Fixes the following build errors when compiling with msvc16 (VS 2019):
vtkVizInteractorStyle.cpp(99): error C2065: 'cout': undeclared identifier
vtkVizInteractorStyle.cpp(121): error C2065: 'cout': undeclared identifier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant