Skip to content

Commit 6d96c8e

Browse files
committed
fixup! io: factor out alignment operation
1 parent 4474517 commit 6d96c8e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

roottest/root/meta/alignment/emulation.C

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#include <cassert>
66
#include "TError.h"
77
#include "TFile.h"
8+
#include "TBuffer.h"
9+
#include "TObjArray.h"
810

911
// Containee type with a custom alignment (over-aligned)
1012
struct alignas(256) Containee {

0 commit comments

Comments
 (0)