Skip to content

Commit 149f45f

Browse files
committed
FIX: Add missing <cstddef> include
1 parent 2b3550d commit 149f45f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.43.1 - TBD
4+
5+
### Bug fixes
6+
- Added missing `<cstddef>` include to `constants.hpp` (credit: @ognian-)
7+
38
## 0.43.0 - 2025-10-21
49

510
### Enhancements

include/databento/constants.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22

3+
#include <cstddef>
34
#include <cstdint>
45
#include <limits>
56

0 commit comments

Comments
 (0)