Skip to content

Commit

Permalink
Merge pull request hyperion-project#495 from Danimal4326/master
Browse files Browse the repository at this point in the history
Fix compile issue for missing ceil function

Former-commit-id: 4540e6ce6b7a5fe4b7c86e0489d62da840227ca7
  • Loading branch information
tvdzwan committed Feb 23, 2016
2 parents 55e20a4 + 3996ff7 commit 257a63a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions libsrc/blackborder/BlackBorderDetector.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <iostream>
// BlackBorders includes
#include <blackborder/BlackBorderDetector.h>
#include <cmath>

using namespace hyperion;

Expand Down
4 changes: 0 additions & 4 deletions libsrc/hyperion/ImageProcessorFactory.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@

// STL includes
#include <cmath>

// Hyperion includes
#include <hyperion/ImageProcessorFactory.h>
#include <hyperion/ImageProcessor.h>
Expand Down

0 comments on commit 257a63a

Please sign in to comment.