forked from InsightSoftwareConsortium/ITK
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Add missing headers for gcc 13.2 build
GCC 13.2 requires explicit headers to be included to allow building. This mimimal change allows building ITK 5.2.1 on gcc 13.2. There are many compiler warnings issued by gcc 13.2, but the build succeeds.
- Loading branch information
1 parent
8be208e
commit 81f3a50
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
|
||
#include <iostream> | ||
#include "ITKMathematicalMorphologyExport.h" | ||
|
||
#include <cstdint> | ||
|
||
namespace itk | ||
{ | ||
|