Skip to content

Commit 8976a58

Browse files
committed
COMP: Include .h instead of .hxx file
Explicit instantiation needs .h file rather than .hxx file.
1 parent f84720e commit 8976a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Core/Common/src/itkCompensatedSummation.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define itkCompensatedSummation_cxx
2121

2222
#include "itkNumericTraits.h"
23-
#include "itkCompensatedSummation.hxx"
23+
#include "itkCompensatedSummation.h"
2424

2525
namespace itk
2626
{

0 commit comments

Comments
 (0)