~ubuntu-branches/ubuntu/trusty/fig2sxd/trusty

« back to all changes in this revision

Viewing changes to xfig_arc.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Bürger
  • Date: 2004-07-30 23:00:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040730230000-yuvh0ju7dnzuaifw
Tags: 0.13-1
* Added some #include <cmath> to get sqrt with g++-3.4. (closes: #262380)
* Improved capitalization of OpenOffice.org and XFig. (closes: #254041)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include "misc.h"
23
23
#include "xmlwrite.h"
24
24
 
 
25
#include <cmath>
 
26
 
25
27
istream& Arc::read( istream& figfile )
26
28
{
27
29
    LineFillStyle lfstmp;