You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2003/12/31 22:32:36 UTC

cvs commit: xml-xalan/c/src/xalanc/ICUBridge FunctionICUFormatNumber.cpp

dbertoni    2003/12/31 13:32:36

  Modified:    c/src/xalanc/ICUBridge FunctionICUFormatNumber.cpp
  Log:
  Fixed missing include file.
  
  Revision  Changes    Path
  1.4       +2 -1      xml-xalan/c/src/xalanc/ICUBridge/FunctionICUFormatNumber.cpp
  
  Index: FunctionICUFormatNumber.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/ICUBridge/FunctionICUFormatNumber.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FunctionICUFormatNumber.cpp	31 Dec 2003 19:11:21 -0000	1.3
  +++ FunctionICUFormatNumber.cpp	31 Dec 2003 21:32:36 -0000	1.4
  @@ -58,8 +58,9 @@
   
   
   
  -#include <xalanc/PlatformSupport/XalanDecimalFormatSymbols.hpp>
   #include <xalanc/PlatformSupport/DOMStringHelper.hpp>
  +#include <xalanc/PlatformSupport/XalanDecimalFormatSymbols.hpp>
  +#include <xalanc/PlatformSupport/XalanMessageLoader.hpp>
   
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org