10 lines
264 B
C++
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> |