Skip to content

Commit e942b79

Browse files
committed
Merge branch 'RB-10.3' into RB-10.4
2 parents 32ee594 + 327ae19 commit e942b79

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

Changes

+9
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Fixes
1515
- USDScene : Fixed shader type for UsdLux lights. It is now `light` rather than `surface` (#1283).
1616
- IECoreGL::Shader : Fixed unnecessary accumulation of memory when uniform values are changed (#1284).
1717
- IECoreGL::Buffer : Fixed export of ScopedBinding class (#1287).
18+
- Version : Fixed compilation error when including `IECore/Version.h` without having previously included `IECore/Export.h`.
1819

1920
10.4.0.0
2021
========
@@ -59,6 +60,14 @@ Build
5960

6061
- Updated IE options file to support Nuke 13.x custom dependencies (#1263).
6162

63+
10.3.7.1 (relative to 10.3.7.0)
64+
========
65+
66+
Fixes
67+
-----
68+
69+
- Version : Fix compile error when including `IECore/Version.h` without having previously included `IECore/Export.h`
70+
6271
10.3.7.0 (relative to 10.3.6.1)
6372
========
6473

include/IECore/Version.h

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
#ifndef IECORE_VERSION_H
3636
#define IECORE_VERSION_H
3737

38+
#include "IECore/Export.h"
39+
3840
#include "boost/format.hpp"
3941

4042
#include <string>

0 commit comments

Comments
 (0)