Skip to content

Commit 2c010b9

Browse files
committed
add std::atomic include to bitcoin-util.cpp
1 parent f91587f commit 2c010b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bitcoin-util.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include <util/system.h>
2626
#include <util/translation.h>
2727

28+
#include <atomic>
2829
#include <functional>
2930
#include <memory>
3031
#include <stdio.h>

0 commit comments

Comments
 (0)