Index: src/codegen.h |
diff --git a/src/codegen.h b/src/codegen.h |
index 08a777f2adeaf8c08a22c5ae051991b0bf58a579..3d14502d1161b98a28f2abb6a7acbfcc829e2ae6 100644 |
--- a/src/codegen.h |
+++ b/src/codegen.h |
@@ -90,6 +90,7 @@ namespace internal { |
typedef double (*UnaryMathFunction)(double x); |
UnaryMathFunction CreateTranscendentalFunction(TranscendentalCache::Type type); |
+UnaryMathFunction CreateExpFunction(); |
UnaryMathFunction CreateSqrtFunction(); |