mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-26 09:10:37 +03:00
11 lines
125 B
C
11 lines
125 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
#undef min
|
||
|
#undef max
|
||
|
#undef IN
|
||
|
|
||
|
#include <format>
|
||
|
#include <exception>
|
||
|
#include <memory>
|