Merge pull request #495 from Danimal4326/master

Fix compile issue for missing ceil function

Former-commit-id: 4540e6ce6b7a5fe4b7c86e0489d62da840227ca7
This commit is contained in:
tvdzwan 2016-02-23 21:02:57 +01:00
commit 257a63acf9
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,7 @@
#include <iostream>
// BlackBorders includes
#include <blackborder/BlackBorderDetector.h>
#include <cmath>
using namespace hyperion;

View File

@ -1,7 +1,3 @@
// STL includes
#include <cmath>
// Hyperion includes
#include <hyperion/ImageProcessorFactory.h>
#include <hyperion/ImageProcessor.h>