Fix missing include

This commit is contained in:
Lynix 2020-02-24 18:05:12 +01:00
parent c69ee0b896
commit f0d11aea72
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <Nazara/Platform/Platform.hpp>
#include <chrono>
#include <iostream>
#include <thread>
int main()
{