mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
Add missing include for atomic in db.h
This commit is contained in:
parent
b7296bcea0
commit
8e69adc665
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
#include "sync.h"
|
||||
#include "version.h"
|
||||
|
||||
#include <atomic>
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
Loading…
Reference in a new issue