diff options
Diffstat (limited to 'xfa/fde/cfx_wordbreak.cpp')
-rw-r--r-- | xfa/fde/cfx_wordbreak.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfa/fde/cfx_wordbreak.cpp b/xfa/fde/cfx_wordbreak.cpp index 04fc32f550..48b45a4e82 100644 --- a/xfa/fde/cfx_wordbreak.cpp +++ b/xfa/fde/cfx_wordbreak.cpp @@ -6,6 +6,8 @@ #include "xfa/fde/cfx_wordbreak.h" +#include <utility> + #include "xfa/fde/cfx_chariter.h" namespace { |