We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4cc45 commit 087f5ceCopy full SHA for 087f5ce
Changes
@@ -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
9
10.3.7.0 (relative to 10.3.6.1)
10
========
11
include/IECore/Version.h
@@ -35,6 +35,8 @@
35
#ifndef IECORE_VERSION_H
36
#define IECORE_VERSION_H
37
38
+#include "IECore/Export.h"
39
40
#include "boost/format.hpp"
41
42
#include <string>
0 commit comments