Skip to content

Add missing header to fix build issues on gcc 13 - #28

Open
Dami-18 wants to merge 6 commits into
Abc-Arbitrage:masterfrom
Dami-18:build-fix
Open

Add missing header to fix build issues on gcc 13#28
Dami-18 wants to merge 6 commits into
Abc-Arbitrage:masterfrom
Dami-18:build-fix

Conversation

@Dami-18

@Dami-18 Dami-18 commented Jul 29, 2026

Copy link
Copy Markdown

Fixes #27

Added #include "ISequence.h" to PhasedBackoffWaitStrategy.cpp, bringing in the full class definition where .value() is actually called.

Testing

  • Environment: Linux Mint (Ubuntu-based), GCC 13.3.0, Boost via system package
  • Build command:
cmake .. -DCMAKE_BUILD_TYPE=Release -DDISRUPTOR_BUILD_TESTS=true
make -j$(nproc)
  • Confirms clean build with no errors after the fix
  • Existing test suite passes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Build fails on GCC 13.3.0

1 participant