mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 18:09:48 +00:00
14 lines
196 B
C
14 lines
196 B
C
#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
|