1//
2// Alignment.h
3//
4// Library: Foundation
5// Package: Dynamic
6// Module: Alignment
7//
8// Definition of the Alignment class.
9//
10// Copyright (c) 2007, Applied Informatics Software Engineering GmbH.
11// and Contributors.
12//
13// SPDX-License-Identifier: BSL-1.0
14//
15
16
17#ifndef Foundation_Alignment_INCLUDED
18#define Foundation_Alignment_INCLUDED
19
20
21#include <type_traits>
22#define POCO_HAVE_ALIGNMENT
23
24
25#endif // Foundation_Alignment_INCLUDED
26