build;win32: add missing includes

This commit is contained in:
Danny Robson 2021-05-18 06:57:45 +10:00
parent f1ff722085
commit 6080baa33b
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include "win32/except.hpp"
#include "win32/windows.hpp"
#include "debug/panic.hpp"
#include <winbase.h>

View File

@ -10,6 +10,7 @@
#include "../cast.hpp"
#include "except.hpp"
#include "debug/panic.hpp"
#include <winerror.h>