Nano
v1.0.0
Simulating Natural Selection
pch_bll.h
Go to the documentation of this file.
1
// pch.h: This is a precompiled header file.
2
// Files listed below are compiled only once, improving build performance for future builds.
3
// This also affects IntelliSense performance, including code completion and many code browsing features.
4
// However, files listed here are ALL re-compiled if any one of them is updated between builds.
5
// Do not add files here that you will be updating frequently as this negates the performance advantage.
6
7
#ifndef PCH_H_BLL
8
#define PCH_H_BLL
9
10
#define _USE_MATH_DEFINES
11
12
// add headers that you want to pre-compile here
13
#include "random.hpp"
14
#include <algorithm>
15
#include <cmath>
16
#include <optional>
17
#include <span>
18
#include <string>
19
#include <tuple>
20
#include <vector>
21
22
#endif
// PCH_H_BLL
src
ss.bll
include
pch_bll.h
Generated by
1.9.3