Commit 30ef102
Qualify unqualified cout/endl in vtkPlusPolydataForce
vtkPlusPolydataForce.cxx used bare cout/endl, which relied on a transitive
using-directive that newer libc++ no longer provides, so it fails to compile
with "use of undeclared identifier 'cout'". Add a using directive so the file
builds. Independent of ITK/VTK version.1 parent 7a0509d commit 30ef102
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
0 commit comments