pch.h
1 #pragma once 2 3 #define WIN32_LEAN_AND_MEAN 4 #define NOMINMAX 5 #include <winrt/base.h> 6 #include <winrt/Windows.Foundation.Collections.h> 7 #include <Windows.h> 8 9 #include <filesystem> 10 #include <fstream> 11 12 #include <common/logger/logger.h>