From 538f570fbc6b7f9b0d0186bbf0dfd87e29724084 Mon Sep 17 00:00:00 2001 From: Tim Plunkett <git@plnktt.com> Date: Sun, 12 Aug 2012 11:17:29 -0400 Subject: [PATCH] Add use statement for ctools_math_expr. --- lib/Drupal/views/Plugin/views/field/Math.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Drupal/views/Plugin/views/field/Math.php b/lib/Drupal/views/Plugin/views/field/Math.php index 684b9b195e75..7b58fe0718e8 100644 --- a/lib/Drupal/views/Plugin/views/field/Math.php +++ b/lib/Drupal/views/Plugin/views/field/Math.php @@ -7,6 +7,7 @@ namespace Drupal\views\Plugin\views\field; +use ctools_math_expr; use Drupal\Core\Annotation\Plugin; /** -- GitLab