diff --git a/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc b/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc
index 250189f..dc47cd5 100644
--- a/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc
+++ b/sites/all/modules/ctools/views_content/plugins/views/views_content_plugin_display_ctools_context.inc
@@ -67,6 +67,10 @@ class views_content_plugin_display_ctools_context extends views_plugin_display {
       }
       $this->variables = array('view' => &$this->view);

+      if (!function_exists('template_preprocess_views_view')) {
+        include(drupal_get_path('module', 'views') . '/theme/theme.inc');
+      }
+
       if (isset($info['preprocess functions']) && is_array($info['preprocess functions'])) {
         foreach ($info['preprocess functions'] as $preprocess_function) {
           if (function_exists($preprocess_function)) {
