Skip to content

Commit 5124b71

Browse files
committed
Include <atomic> in stdafx.h
1 parent 45f967f commit 5124b71

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Disruptor/stdafx.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#endif
2323

2424
// STL includes
25+
#include <atomic>
2526
#include <algorithm>
2627
#include <chrono>
2728
#include <cstdint>

0 commit comments

Comments
 (0)