File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 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
192010.4.0.0
2021========
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+
627110.3.7.0 (relative to 10.3.6.1)
6372========
6473
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments