Skip to content

Commit

Permalink
compatibility with boost 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
bglocker committed Oct 13, 2019
1 parent 75cccd0 commit 3c4ad37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions itkio/src/itkio.cpp
Expand Up @@ -18,6 +18,8 @@

#include "itkio.h"

#include "boost/filesystem.hpp"

#include "miaImageIterator.h"
#include "itkImageFileWriter.h"
#include "itkImageFileReader.h"
Expand All @@ -27,8 +29,6 @@
#include "itkGDCMImageIO.h"
#include "itkGDCMSeriesFileNames.h"

#include "boost/filesystem.hpp"

namespace itkio
{
template <typename PixelType>
Expand Down

0 comments on commit 3c4ad37

Please sign in to comment.