Skip to content

Commit

Permalink
COMP: Add missing headers for gcc 13.2 build
Browse files Browse the repository at this point in the history
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
hjmjohnson committed Apr 23, 2024
1 parent 8be208e commit 81f3a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Modules/Core/Common/test/itkNumberToStringGTest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

// First include the header file to be tested:
#include "itkNumberToString.h"
#include <cstdint>
#include <gtest/gtest.h>

namespace
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#include <iostream>
#include "ITKMathematicalMorphologyExport.h"

#include <cstdint>

namespace itk
{
Expand Down

0 comments on commit 81f3a50

Please sign in to comment.