Fix missing includes

This commit is contained in:
Florent Castelli
2017-01-24 02:44:10 +01:00
parent c649bf104b
commit a7bf9271b5
4 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// Licensed under GPLv2+
// Refer to the license.txt file included.
#include <climits>
#include <cstring>
#include <thread>