summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h20
1 files changed, 14 insertions, 6 deletions
diff --git a/pch.h b/pch.h
index 7391e5e..418c390 100644
--- a/pch.h
+++ b/pch.h
@@ -1,13 +1,21 @@
#ifndef CRYPTOPP_PCH_H
#define CRYPTOPP_PCH_H
-#include "config.h"
+#ifdef CRYPTOPP_GENERATE_X64_MASM
+
+ #include "cpu.h"
+
+#else
+
+ #include "config.h"
+
+ #ifdef USE_PRECOMPILED_HEADERS
+ #include "simple.h"
+ #include "secblock.h"
+ #include "misc.h"
+ #include "smartptr.h"
+ #endif
-#ifdef USE_PRECOMPILED_HEADERS
-#include "simple.h"
-#include "secblock.h"
-#include "misc.h"
-#include "smartptr.h"
#endif
#endif