From 0570b8a2869691c6d5832154c08b9bccfa9a8092 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 6 Apr 2015 13:49:25 -0700 Subject: Merge to XFA: Fix IWYU in fxcrt headers. Note: new includes for XFA Original Review URL: https://codereview.chromium.org/1064433005 R=thestig@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1062843003 --- core/include/fxcrt/fx_ucd.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/include/fxcrt/fx_ucd.h') diff --git a/core/include/fxcrt/fx_ucd.h b/core/include/fxcrt/fx_ucd.h index c87e459aa5..0b0f7b8051 100644 --- a/core/include/fxcrt/fx_ucd.h +++ b/core/include/fxcrt/fx_ucd.h @@ -6,6 +6,9 @@ #ifndef _FX_UNICODE_ #define _FX_UNICODE_ + +#include "fx_basic.h" + enum FX_CHARBREAKPROP { FX_CBP_OP = 0, FX_CBP_CL = 1, -- cgit v1.2.3