Add sys/types.h in utf8.h
am: 18a1606a88
Change-Id: I1be3c77db48c92f3e8d0b4a1b567e136c9aee5e6
This commit is contained in:
commit
bdc2b5fa30
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <sys/types.h>
|
||||
#include <string>
|
||||
#else
|
||||
// Bring in prototypes for standard APIs so that we can import them into the utf8 namespace.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue