1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-05-20 17:45:06 +00:00
reactos/sdk/lib/3rdparty/libsamplerate/precomp.h

12 lines
196 B
C
Raw Normal View History

#ifndef _LIBSAMPLERATE_PCH_
#define _LIBSAMPLERATE_PCH_
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "float_cast.h"
#include "common.h"
#endif /* _LIBSAMPLERATE_PCH_ */