~zooko/cryptopp/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CRYPTOPP_PCH_H
#define CRYPTOPP_PCH_H

#include "config.h"

#ifdef USE_PRECOMPILED_HEADERS
#include "simple.h"
#include "secblock.h"
#include "misc.h"
#include "smartptr.h"
#endif

#endif