thread/thread;win32: correctly refer to relative win32 headers

This commit is contained in:
Danny Robson 2019-06-23 08:54:48 +10:00
parent 01094611eb
commit 6473b36cf7

View File

@ -8,9 +8,9 @@
#pragma once
#include "win32/handle.hpp"
#include "win32/windows.hpp"
#include "win32/except.hpp"
#include "../win32/handle.hpp"
#include "../win32/windows.hpp"
#include "../win32/except.hpp"
#include <chrono>