Skip to content

Commit bc08eea

Browse files
committed
add limits header
1 parent a88bcdf commit bc08eea

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v1.2.3 - unreleased
2+
- Add limits header
3+
14
# v1.2.2 - 2026-01-10
25
- Rename repository from slick_queue to slick-queue (hyphenated naming follows recommended convention)
36
- Refactor repository name in CMake configuration files

include/slick/queue.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <fcntl.h>
3535
#include <unistd.h>
3636
#include <cerrno>
37+
#include <limits>
3738
#endif
3839

3940
namespace slick {

0 commit comments

Comments
 (0)