summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/wtf/Complex.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/wtf/Complex.h')
-rw-r--r--JavaScriptCore/wtf/Complex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/JavaScriptCore/wtf/Complex.h b/JavaScriptCore/wtf/Complex.h
index 7da8511..40fe56a 100644
--- a/JavaScriptCore/wtf/Complex.h
+++ b/JavaScriptCore/wtf/Complex.h
@@ -43,4 +43,7 @@ inline Complex complexFromMagnitudePhase(double magnitude, double phase)
} // namespace WTF
+using WTF::Complex;
+using WTF::complexFromMagnitudePhase;
+
#endif // WTF_Complex_h