| Index: core/include/fxcrt/fx_coordinates.h
|
| diff --git a/core/include/fxcrt/fx_coordinates.h b/core/include/fxcrt/fx_coordinates.h
|
| index 15d3a642e862a97a5c51f84a9912c021243253fa..a9afc5712e4135335ed6567d56f8fb85653bfbd8 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;
|
|
|