~zooko/cryptopp/trunk

1 by weidai
Initial revision
1
#ifndef CRYPTOPP_PCH_H
2
#define CRYPTOPP_PCH_H
3
4
#include "config.h"
5
6
#ifdef USE_PRECOMPILED_HEADERS
7
#include "simple.h"
8
#include "secblock.h"
9
#include "misc.h"
10
#include "smartptr.h"
11
#endif
12
13
#endif