Change VES version to 7. Added additional UDAFs
[com/gs-lite.git] / include / lfta / rts_external.h
index 1f16682..5e0f197 100644 (file)
@@ -17,6 +17,8 @@
  ------------------------------------------- */
 
 #include <stdint.h>
+#include<math.h>
+
 
 #include "gsconfig.h"
 #include "gstypes.h"
@@ -91,6 +93,10 @@ gs_retval_t str_constructor(struct gs_string *s, gs_sp_t l);
 //     Cast away temporality
 #define non_temporal(x)(x)
 
+//     Access math libraries
+#define sqrt(x) sqrt(x)
+
+
 
 
 gs_uint32_t str_match_offset( gs_uint32_t offset, struct gs_string * s1, struct gs_string * s2);