master
cppla 2025-08-12 15:42:17 +08:00
parent fa984cfae6
commit 874c122a62
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
#ifndef PCH_HPP
#define PCH_HPP
// 预编译头: 尽量只放稳定且常用/体积大的头, 减少频繁改动触发全量重编译
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <inttypes.h>
#include <time.h>
#include <string>
#include <vector>
#include <map>
#include <algorithm>
// 体积较大的表达式库
#include "exprtk.hpp"
#endif // PCH_HPP