rtengine/pch/rt_pch.h
2024-01-16 16:03:30 +01:00

10 lines
164 B
C

#ifdef _WIN32
#include <Windows.h>
#endif
/* C standard library*/
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <limits.h>
#include <math.h>