Skip to content

Commit 80fc7fe

Browse files
authored
Merge pull request #231 from Leengit/need_include_iostream
COMP: Include <iostream> for some files
2 parents 8bcc38b + 87ab548 commit 80fc7fe

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

src/Core/Common/CreateAFixedArray/Code.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*
1717
*=========================================================================*/
1818

19+
#include <iostream>
1920
#include "itkFixedArray.h"
2021

2122
int

src/Core/Common/CreateASize/Code.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*
1717
*=========================================================================*/
1818

19+
#include <iostream>
1920
#include "itkSize.h"
2021

2122
int

src/Core/Common/GetTypeBasicInformation/Code.cxx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
*
1717
*=========================================================================*/
1818

19+
#include <iostream>
1920
#include "itkNumericTraits.h"
2021

2122
int

src/Core/ImageFunction/ResampleSegmentedImage/Code.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* limitations under the License.
1616
*
1717
*=========================================================================*/
18+
19+
#include <iostream>
1820
#include "itkImage.h"
1921
#include "itkImageFileReader.h"
2022
#include "itkImageFileWriter.h"

0 commit comments

Comments
 (0)