From 2f104277ecc55751a4bbf7782b012dd81b84b6bd Mon Sep 17 00:00:00 2001 From: "smparkes@smparkes.net" Date: Sun, 21 Apr 2013 20:16:28 +0000 Subject: [PATCH] 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 --- cpp/core/src/zxing/common/detector/{Math.h => JavaMath.h} | 0 cpp/core/src/zxing/pdf417/detector/Detector.cpp | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename cpp/core/src/zxing/common/detector/{Math.h => JavaMath.h} (100%) diff --git a/cpp/core/src/zxing/common/detector/Math.h b/cpp/core/src/zxing/common/detector/JavaMath.h similarity index 100% rename from cpp/core/src/zxing/common/detector/Math.h rename to cpp/core/src/zxing/common/detector/JavaMath.h diff --git a/cpp/core/src/zxing/pdf417/detector/Detector.cpp b/cpp/core/src/zxing/pdf417/detector/Detector.cpp index cf22d7774..7bcc96666 100644 --- a/cpp/core/src/zxing/pdf417/detector/Detector.cpp +++ b/cpp/core/src/zxing/pdf417/detector/Detector.cpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include using std::max;