diff --git a/gmap.info b/gmap.info
index 8f8f651..1b619cb 100644
--- a/gmap.info
+++ b/gmap.info
@@ -3,4 +3,7 @@ description = Filter to allow insertion of a google map into a node
 core = 7.x
 package = Location
 configure = admin/config/services/gmap
-files[] = tests/gmap.test
\ No newline at end of file
+
+files[] = gmap_plugin_style_gmap.inc
+files[] = gmap_plugin_style_gmapextended.inc
+files[] = tests/gmap.test
diff --git a/gmap.module b/gmap.module
index 0023885..e8a4883 100755
--- a/gmap.module
+++ b/gmap.module
@@ -51,6 +51,12 @@ function gmap_defaults() {
   return $defaults;
 }
 
+function gmap_views_api() {
+  return array(
+    'api' => 3,
+  );
+}
+
 /**
  * Implementation of hook_theme().
  */
