diff options
author | fanquake <fanquake@gmail.com> | 2022-06-28 13:27:57 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-07-20 10:34:46 +0100 |
commit | cc7b2fdd70da439c3cf8daef3bb79cf593f1cef3 (patch) | |
tree | 4293d934b1d4d64d32fcb97fab875c8856ada3a9 /src/random.cpp | |
parent | 895937edb2cca3046640dc016827a216e0b6d1c1 (diff) |
refactor: move compat.h into compat/
Diffstat (limited to 'src/random.cpp')
-rw-r--r-- | src/random.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/random.cpp b/src/random.cpp index fca4b5041a..f92e679a00 100644 --- a/src/random.cpp +++ b/src/random.cpp @@ -10,7 +10,7 @@ #include <crypto/sha512.h> #include <support/cleanse.h> #ifdef WIN32 -#include <compat.h> // for Windows API +#include <compat/compat.h> #include <wincrypt.h> #endif #include <logging.h> |