Skip to content

Commit 30fcad6

Browse files
committed
COMP: Add missing vector header include.
Without this include, a compilation error results on some compilers.
1 parent 3d1019a commit 30fcad6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/itkSpeedFunctionPathInformation.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@
1919

2020
#include "itkLightObject.h"
2121

22+
#include <vector>
2223

2324
namespace itk
2425
{
26+
2527
/** \class SpeedFunctionPathInformation
2628
* \brief PathInfo class for encapsulating information about a path
2729
* for a SpeedFunctionToPathFilter Object.
@@ -41,7 +43,6 @@ namespace itk
4143
*
4244
* \ingroup MinimalPathExtraction
4345
*/
44-
4546
template <typename TPoint>
4647
class SpeedFunctionPathInformation :
4748
public LightObject

0 commit comments

Comments
 (0)