summaryrefslogtreecommitdiff
path: root/core/include/fxcrt/fx_coordinates.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-04-06 13:49:25 -0700
committerTom Sepez <tsepez@chromium.org>2015-04-06 13:49:25 -0700
commit0570b8a2869691c6d5832154c08b9bccfa9a8092 (patch)
tree06afa9047305b21b44acbd71e8c5d2db52c68da3 /core/include/fxcrt/fx_coordinates.h
parent31d59fcb602d27fc30382da9cde15221ece3210c (diff)
downloadpdfium-0570b8a2869691c6d5832154c08b9bccfa9a8092.tar.xz
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
Diffstat (limited to 'core/include/fxcrt/fx_coordinates.h')
-rw-r--r--core/include/fxcrt/fx_coordinates.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/include/fxcrt/fx_coordinates.h b/core/include/fxcrt/fx_coordinates.h
index 15d3a642e8..a9afc5712e 100644
--- a/core/include/fxcrt/fx_coordinates.h
+++ b/core/include/fxcrt/fx_coordinates.h
@@ -6,6 +6,9 @@
#ifndef _FXCRT_COORDINATES_
#define _FXCRT_COORDINATES_
+
+#include "fx_basic.h"
+
template<class baseType> class CFX_PSVTemplate;
template<class baseType> class CFX_VTemplate;
template<class baseType> class CFX_PRLTemplate;