between case-ind fs and recursive includes, osx is confused

git-svn-id: https://zxing.googlecode.com/svn/trunk@2676 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
smparkes@smparkes.net 2013-04-21 20:16:28 +00:00
parent c8a818982f
commit 2f104277ec
2 changed files with 1 additions and 1 deletions

View file

@ -19,7 +19,7 @@
#include <zxing/pdf417/detector/Detector.h>
#include <zxing/pdf417/detector/LinesSampler.h>
#include <zxing/common/GridSampler.h>
#include <zxing/common/detector/Math.h>
#include <zxing/common/detector/JavaMath.h>
#include <zxing/common/detector/MathUtils.h>
using std::max;