Linux: fix compilation error under CentOS 6

This commit is contained in:
Mounir IDRASSI 2019-10-17 07:18:15 +02:00
parent bdc1dc42a6
commit 3bb661244c
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include "CoreService.h"
#include <fcntl.h>
#include <sys/wait.h>
#include <stdio.h>
#include "Platform/FileStream.h"
#include "Platform/MemoryStream.h"
#include "Platform/Serializable.h"