Skip to content

Commit 087f5ce

Browse files
Version : Fix IECORE_API does not name a type compile error
fixes #1285
1 parent af4cc45 commit 087f5ce

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Changes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
10.x.x.x (relative to 10.3.7.0)
2+
========
3+
4+
Fixes
5+
-----
6+
7+
- Version : Fix compile error when including `IECore/Version.h` without having previously included `IECore/Export.h`
8+
19
10.3.7.0 (relative to 10.3.6.1)
210
========
311

include/IECore/Version.h

Lines changed: 2 additions & 0 deletions
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)