ICU-12139 Fix some uconfig header test failure in rbbimonkey
X-SVN-Rev: 38476
This commit is contained in:
parent
6d565a1d0c
commit
9df0fc9bd8
@ -6,6 +6,8 @@
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
#if !UCONFIG_NO_BREAK_ITERATION
|
||||
|
||||
#include "rbbimonkeytest.h"
|
||||
#include "unicode/utypes.h"
|
||||
#include "unicode/brkiter.h"
|
||||
@ -978,3 +980,4 @@ UBool RBBIMonkeyTest::getBoolParam(UnicodeString name, UnicodeString ¶ms, UB
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#endif /* !UCONFIG_NO_BREAK_ITERATION */
|
||||
|
@ -8,6 +8,8 @@
|
||||
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
#if !UCONFIG_NO_BREAK_ITERATION
|
||||
|
||||
#include "intltest.h"
|
||||
|
||||
#include "unicode/rbbi.h"
|
||||
@ -205,4 +207,6 @@ class RBBIMonkeyImpl: public UObject {
|
||||
|
||||
};
|
||||
|
||||
#endif /* !UCONFIG_NO_BREAK_ITERATION */
|
||||
|
||||
#endif // RBBIMONKEYTEST_H
|
||||
|
Loading…
Reference in New Issue
Block a user