add stdexcept header

This commit is contained in:
jiegeaiai 2025-01-07 22:47:07 +08:00
parent 62f4ca29d3
commit d3dc02a9c0

View File

@ -1,9 +1,11 @@
#pragma once
#include <Windows.h>
#if __cplusplus >= 201703L
#include <optional>
#else
#include <stdexcept>
namespace std {
struct nullopt_t { // no-value state indicator
struct _Tag {