Add missing "systeminfo.h" include to the "thread.h"

This commit is contained in:
Maschell 2018-06-17 19:56:11 +02:00 committed by James Benton
parent 9fe98f8abe
commit ea64525812

View File

@ -1,5 +1,6 @@
#pragma once
#include <wut.h>
#include "systeminfo.h"
#include "context.h"
#include "time.h"
#include "threadqueue.h"