Skip to content
Snippets Groups Projects

Add missing include and fix compilation on windows

Merged Cédric Traizet requested to merge missing_include into master

In otbSARDerampImageFilter there is a missing include (otbVectorImageFilter) which causes otb CI to fail.

Also the master version of diapOTB doesn't compile on windows (MSVC) because of a C-array with a length defined at run time, which is non standard in C++, even it is allowed by gcc.

This MR adds fixes for these two issues.

See also these otb CI pipelines:

Merge request reports

Approval is optional

Merged by Gaëlle USSEGLIOGaëlle USSEGLIO 5 years ago (Sep 24, 2019 1:59pm UTC)

Merge details

  • Changes merged into master with ec597075.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading