2025-02-19 19:30:16 +01:00

10 lines
264 B
C++

// PCH for STL. This is a precompiled header file for the Standard Template Library used in math.
// For a PCH for this submodule see PhanesMathPCH.h
#define NOMINMAX
#include <cmath>
#include <type_traits>
#include <memory>
#include <string>
#include <stdint.h>