diff --git a/pch.h b/pch.h index 7391e5ed..418c3907 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