10 lines
108 B
C
10 lines
108 B
C
|
#ifndef PCH_H
|
||
|
#define PCH_H
|
||
|
|
||
|
#include <cstring>
|
||
|
#include <string>
|
||
|
#include <ios>
|
||
|
#include <ranges>
|
||
|
|
||
|
#endif
|