Skip to content

Commit

Permalink
Merge branch 'fix-gcc46-compile' into slicer-4.0
Browse files Browse the repository at this point in the history
* fix-gcc46-compile:
  COMP: Add missing include <stddef.h> for ptrdiff_t
  COMP: Add missing include <stddef.h> for ptrdiff_t
  • Loading branch information
jcfr committed May 9, 2011
2 parents 71e4277 + d2a5e97 commit 309a422
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/IO/itkConvertPixelBuffer.txx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

#include "itkRGBPixel.h"

#include <stddef.h>

namespace itk
{
template < typename InputPixelType,
Expand Down
1 change: 1 addition & 0 deletions Code/IO/itkImageIORegion.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#define __itkImageIORegion_h

#include <algorithm>
#include <stddef.h>
#include "itkRegion.h"
#include "itkObjectFactory.h"
#include "itkImageRegion.h"
Expand Down
1 change: 1 addition & 0 deletions Utilities/MetaIO/metaUtils.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <stdio.h>
#include <ctype.h>
#include <stddef.h>

#include <sys/stat.h>
#include <fcntl.h>
Expand Down

0 comments on commit 309a422

Please sign in to comment.