Skip to content

Commit

Permalink
Add include for ptrdiff_t
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Aug 20, 2015
1 parent 678855b commit 1bfe12b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lpyramid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA
#include <algorithm>
#include <cassert>
#include <ciso646>
#include <cstddef>


LPyramid::LPyramid(const std::vector<float> &image,
Expand Down
1 change: 1 addition & 0 deletions metric.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA

#include <ciso646>
#include <cmath>
#include <cstddef>
#include <iostream>
#include <vector>
#include <algorithm>
Expand Down

0 comments on commit 1bfe12b

Please sign in to comment.