updated for version 7.0052
diff --git a/src/feature.h b/src/feature.h
index f82bf75..0383cdb 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -380,6 +380,13 @@
 #endif
 
 /*
+ * +profile		Profiling for functions and scripts.
+ */
+#ifdef FEAT_HUGE
+# define FEAT_PROFILE
+#endif
+
+/*
  *			Insert mode completion with 'completefunc'.
  */
 #if defined(FEAT_INS_EXPAND) && defined(FEAT_EVAL)