Implements --gmock_catch_leaked_mocks and Mock::AllowLeak.
diff --git a/include/gmock/gmock.h b/include/gmock/gmock.h
index 41d175f..22e7028 100644
--- a/include/gmock/gmock.h
+++ b/include/gmock/gmock.h
@@ -68,6 +68,7 @@
 namespace testing {
 
 // Declares Google Mock flags that we want a user to use programmatically.
+GMOCK_DECLARE_bool_(catch_leaked_mocks);
 GMOCK_DECLARE_string_(verbose);
 
 // Initializes Google Mock.  This must be called before running the