summaryrefslogtreecommitdiff
path: root/pch.h
blob: 7391e5ed7f3e12f847ee4efa46323d148a439946 (plain)
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