From 64c38ef491be511363831396859778f6722d425b Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Tue, 10 Nov 2009 19:16:27 +0000 Subject: Makes gmock-all.cc catch errors in fuse_gmock.py. git-svn-id: http://googlemock.googlecode.com/svn/trunk@226 8415998a-534a-0410-bf83-d39667b30386 --- src/gmock-all.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/gmock-all.cc b/src/gmock-all.cc index a14c397..c9223fc 100644 --- a/src/gmock-all.cc +++ b/src/gmock-all.cc @@ -35,6 +35,11 @@ // purpose is to allow a user to build Google Mock by compiling this // file alone. +// This line ensures that gmock.h can be compiled on its own, even +// when it's fused. +#include + +// The following lines pull in the real gmock *.cc files. #include "src/gmock-cardinalities.cc" #include "src/gmock-internal-utils.cc" #include "src/gmock-matchers.cc" -- cgit v1.2.1