ICU-12139 Fix some uconfig header test failure in rbbimonkey

X-SVN-Rev: 38476
This commit is contained in:
Michael Ow 2016-03-03 21:28:09 +00:00
parent 6d565a1d0c
commit 9df0fc9bd8
2 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,8 @@
#include "unicode/utypes.h" #include "unicode/utypes.h"
#if !UCONFIG_NO_BREAK_ITERATION
#include "rbbimonkeytest.h" #include "rbbimonkeytest.h"
#include "unicode/utypes.h" #include "unicode/utypes.h"
#include "unicode/brkiter.h" #include "unicode/brkiter.h"
@ -978,3 +980,4 @@ UBool RBBIMonkeyTest::getBoolParam(UnicodeString name, UnicodeString &params, UB
return FALSE; return FALSE;
} }
#endif /* !UCONFIG_NO_BREAK_ITERATION */

View File

@ -8,6 +8,8 @@
#include "unicode/utypes.h" #include "unicode/utypes.h"
#if !UCONFIG_NO_BREAK_ITERATION
#include "intltest.h" #include "intltest.h"
#include "unicode/rbbi.h" #include "unicode/rbbi.h"
@ -205,4 +207,6 @@ class RBBIMonkeyImpl: public UObject {
}; };
#endif /* !UCONFIG_NO_BREAK_ITERATION */
#endif // RBBIMONKEYTEST_H #endif // RBBIMONKEYTEST_H