mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 15:09:59 +01:00
refactor: move compat.h into compat/
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include <support/cleanse.h>
|
||||
#include <util/time.h> // for GetTime()
|
||||
#ifdef WIN32
|
||||
#include <compat.h> // for Windows API
|
||||
#include <compat/compat.h>
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
Reference in New Issue
Block a user