diff --git a/views_bulk_operations.rules.inc b/views_bulk_operations.rules.inc
index 20674c3..45cdf08 100644
--- a/views_bulk_operations.rules.inc
+++ b/views_bulk_operations.rules.inc
@@ -1,5 +1,9 @@
 <?php
 
+// Make sure all the action includes are loaded
+module_load_include('module', 'views_bulk_operations');
+_views_bulk_operations_load_actions();
+
 /**
  * Implementation of hook_rules_action_info().
  */
