Skip to content

Commit 9c87ac9

Browse files
lahwaaczthewtex
authored andcommitted
COMP: Include needed cstdint header
The `uint8_t` type is defined here and since GCC 15 this header is not included implicitly through other header files.
1 parent 55a3a6f commit 9c87ac9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Modules/Core/Common/include/itkFloatingPointExceptions.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
#ifndef itkFloatingPointExceptions_h
1919
#define itkFloatingPointExceptions_h
2020

21+
#include <cstdint>
22+
2123
#include "itkMacro.h" // for ITKCommon_EXPORT
2224
#include "itkSingletonMacro.h"
2325

0 commit comments

Comments
 (0)