mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 22:05:40 +00:00
Fixing svg build bustage
This commit is contained in:
parent
a168fc64d7
commit
333512db88
@ -48,6 +48,7 @@
|
|||||||
#include "nsIWeakReference.h"
|
#include "nsIWeakReference.h"
|
||||||
#include "nsReadableUtils.h"
|
#include "nsReadableUtils.h"
|
||||||
#include "nsTextFormatter.h"
|
#include "nsTextFormatter.h"
|
||||||
|
#include "nsCRT.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
#include "prdtoa.h"
|
#include "prdtoa.h"
|
||||||
#include "nsReadableUtils.h"
|
#include "nsReadableUtils.h"
|
||||||
#include "nsTextFormatter.h"
|
#include "nsTextFormatter.h"
|
||||||
|
#include "nsCRT.h"
|
||||||
|
|
||||||
nsresult
|
nsresult
|
||||||
nsSVGPointList::Create(const nsAString& aValue,
|
nsSVGPointList::Create(const nsAString& aValue,
|
||||||
|
@ -43,6 +43,7 @@
|
|||||||
#include "prdtoa.h"
|
#include "prdtoa.h"
|
||||||
#include "nsSVGAtoms.h"
|
#include "nsSVGAtoms.h"
|
||||||
#include "nsReadableUtils.h"
|
#include "nsReadableUtils.h"
|
||||||
|
#include "nsCRT.h"
|
||||||
|
|
||||||
nsresult
|
nsresult
|
||||||
nsSVGTransformList::Create(const nsAString& aValue,
|
nsSVGTransformList::Create(const nsAString& aValue,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user