Skip to content

Commit

Permalink
COMP: include itkIntTypes.h to fix compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
raph-rc committed Oct 15, 2024
1 parent f1365be commit e404a7e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <iostream>
#include "ITKGPUFiniteDifferenceExport.h"
#include "itkIntTypes.h" // For uint8_t

namespace itk
{
Expand Down

0 comments on commit e404a7e

Please sign in to comment.