diff --git a/CHANGELOG.TXT b/CHANGELOG.TXT
index a35fd3e..69fa49b 100644
--- a/CHANGELOG.TXT
+++ b/CHANGELOG.TXT
@@ -2,6 +2,7 @@ Current API VERSION: 3.
 
 bean 7.x-1.x-dev
 ================
+Issue #1356088 by indytechcook:  Changed path of block types
 Issue #1344146 by aheimlich: Fixed bean.tpl.php not being used.
 Change how beans types classes are loaded.  Use the Code Registry rather then cto0ls includes
   - API CHANGE NOTICE This requires you to have the plugin files in the info file.
diff --git a/bean.install b/bean.install
index 12bc0b7..9f0173f 100644
--- a/bean.install
+++ b/bean.install
@@ -78,6 +78,9 @@ function bean_schema() {
  * Implements hook_uninstall().
  */
 function bean_uninstall() {
+  // Make sure bean.module is include
+  require dirname(__FILE__) . DIRECTORY_SEPARATOR . 'bean.module';
+
   // Bypass entity_load() as we cannot use it here.
   foreach (bean_get_types() as $bean_type) {
     field_attach_delete_bundle('bean', $bean_type->type);
