hypervisor/src/runner/std_include.hpp
2022-03-26 12:00:45 +01:00

10 lines
151 B
C++

#pragma once
#include <string>
#include <vector>
#include <filesystem>
#include <Windows.h>
#include <Shlwapi.h>
#pragma comment(lib, "Shlwapi.lib")