fs/io/FileOutputStream: add missing include

This commit is contained in:
Max Kellermann 2016-08-16 07:49:01 +02:00
parent 196ce8426b
commit 1cf43a9dc9
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#endif
#include <assert.h>
#include <stdint.h>
#ifdef WIN32
#include <windows.h>