Skip to content

Commit be8158a

Browse files
committed
Fixed wrong include for std::tr1::array in parametric.cpp.
1 parent a10629b commit be8158a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/base/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#define OFFICIAL_VERSION_STRING "3.7.1"
4646
#define OFFICIAL_VERSION_NUMBER 371
4747

48-
#define POV_RAY_PRERELEASE "alpha.8579465"
48+
#define POV_RAY_PRERELEASE "alpha.8581629"
4949

5050
#if (POV_RAY_IS_AUTOBUILD == 1) && ((POV_RAY_IS_OFFICIAL == 1) || (POV_RAY_IS_SEMI_OFFICIAL == 1))
5151
#ifdef POV_RAY_PRERELEASE

source/core/shape/parametric.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
#include <algorithm>
4040

41-
#include <boost/array.hpp>
41+
#include <boost/tr1/array.hpp>
4242

4343
#include "core/math/matrix.h"
4444
#include "core/render/ray.h"

unix/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.1-alpha.8579465
1+
3.7.1-alpha.8581629

0 commit comments

Comments
 (0)