diff options
Diffstat (limited to 'core/include/fxcrt/fx_xml.h')
-rw-r--r-- | core/include/fxcrt/fx_xml.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/include/fxcrt/fx_xml.h b/core/include/fxcrt/fx_xml.h index fb46a93591..8fb00158a7 100644 --- a/core/include/fxcrt/fx_xml.h +++ b/core/include/fxcrt/fx_xml.h @@ -6,9 +6,9 @@ #ifndef _FX_XML_H_ #define _FX_XML_H_ -#ifndef _FX_BASIC_H_ + #include "fx_basic.h" -#endif + class CXML_AttrItem : public CFX_Object { public: |