Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
- tof_sino_UCL
- release_6.3
paths-ignore:
- '.appveyor.yml'
- 'CITATION.cff'
Expand Down
4 changes: 4 additions & 0 deletions documentation/release_6.3.htm
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ <h2>Patch release info</h2>
6.3.0 released 31/10/2025<br>
<a href="https://github.com/UCL/STIR/milestone/12">GitHub Milestone 6.3</a>
</li>
<li>
6.3.1 released 26/04/2026<br>
Fix a <a href="https://github.com/UCL/STIR/pull/1702">small compilation problem</a>
</li>
</ul>

<h2> Summary for end users (also to be read by developers)</h2>
Expand Down
1 change: 1 addition & 0 deletions src/include/stir/IO/GEHDF5Wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "H5Cpp.h"

#include <string>
#include <array>

START_NAMESPACE_STIR

Expand Down
Loading