Skip to content
Snippets Groups Projects
Commit 9b1f1528 authored by serge-sans-paille's avatar serge-sans-paille
Browse files

Bug 1819822 - Make intl buildable outside of a unified build environment r=andi

Depends on D171428

Differential Revision: https://phabricator.services.mozilla.com/D171429
parent d5e143b0
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
#ifndef intl_components_BidiClass_h_ #ifndef intl_components_BidiClass_h_
#define intl_components_BidiClass_h_ #define intl_components_BidiClass_h_
#include <cstdint>
namespace mozilla::intl { namespace mozilla::intl {
/** /**
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include "mozilla/StaticPrefs_layout.h" #include "mozilla/StaticPrefs_layout.h"
#include "nsComplexBreaker.h" #include "nsComplexBreaker.h"
#include "nsTArray.h" #include "nsTArray.h"
#include "nsUnicodeProperties.h"
using mozilla::intl::Script; using mozilla::intl::Script;
using mozilla::intl::UnicodeProperties; using mozilla::intl::UnicodeProperties;
......
...@@ -43,5 +43,3 @@ else: ...@@ -43,5 +43,3 @@ else:
] ]
FINAL_LIBRARY = "xul" FINAL_LIBRARY = "xul"
REQUIRES_UNIFIED_BUILD = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment