Crypto++
pch.h
1 #ifndef CRYPTOPP_PCH_H
2 #define CRYPTOPP_PCH_H
3 
4 #ifdef CRYPTOPP_GENERATE_X64_MASM
5 
6  #include "cpu.h"
7 
8 #else
9 
10  #include "config.h"
11 
12  #ifdef USE_PRECOMPILED_HEADERS
13  #include "simple.h"
14  #include "secblock.h"
15  #include "misc.h"
16  #include "smartptr.h"
17  #endif
18 
19 #endif
20 
21 #endif