ICU-13197 gennorm2 new .cpp files: add standard library includes

X-SVN-Rev: 40191
This commit is contained in:
Markus Scherer 2017-06-22 07:49:47 +00:00
parent ea254bef42
commit 03d5505974
2 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,8 @@
#if !UCONFIG_NO_NORMALIZATION
#include <stdio.h>
#include <stdlib.h>
#include "unicode/errorcode.h"
#include "unicode/unistr.h"
#include "unicode/utf16.h"

View file

@ -9,6 +9,8 @@
#if !UCONFIG_NO_NORMALIZATION
#include <stdio.h>
#include <stdlib.h>
#include "unicode/errorcode.h"
#include "unicode/unistr.h"
#include "unicode/utf16.h"