summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Crypto/ec.cpp
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2020-05-03 19:42:12 +0200
committerJosJuice <josjuice@gmail.com>2020-05-13 20:53:10 +0200
commit2137fb7813df7fae1c44cba22f584986b88bb94f (patch)
treea169c3e25862e78b665a71ba91260d83302c2064 /Source/Core/Common/Crypto/ec.cpp
parent6705fd808b2625e1c834299145200eff2d925f83 (diff)
Externals: Add zstd
I had to rename Source/Common/Compiler.h because the VS build confuses it with Externals/zstd/lib/common/compiler.h otherwise.
Diffstat (limited to 'Source/Core/Common/Crypto/ec.cpp')
-rw-r--r--Source/Core/Common/Crypto/ec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Crypto/ec.cpp b/Source/Core/Common/Crypto/ec.cpp
index 86ad2cccca..cdacf3d65d 100644
--- a/Source/Core/Common/Crypto/ec.cpp
+++ b/Source/Core/Common/Crypto/ec.cpp
@@ -9,9 +9,9 @@
#include <algorithm>
#include <cstring>
-#include "Common/Compiler.h"
#include "Common/Crypto/bn.h"
#include "Common/Crypto/ec.h"
+#include "Common/Inline.h"
#include "Common/Random.h"
#include "Common/StringUtil.h"