aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Cryptography/ARC4.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/shared/Cryptography/ARC4.h')
-rw-r--r--src/server/shared/Cryptography/ARC4.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/Cryptography/ARC4.h b/src/server/shared/Cryptography/ARC4.h
index 5304b0730a6..11d3d4ba87b 100644
--- a/src/server/shared/Cryptography/ARC4.h
+++ b/src/server/shared/Cryptography/ARC4.h
@@ -19,8 +19,8 @@
#ifndef _AUTH_SARC4_H
#define _AUTH_SARC4_H
-#include "Define.h"
#include <openssl/evp.h>
+#include "Define.h"
class ARC4
{