diff options
Diffstat (limited to 'src/gmock_main.cc')
-rw-r--r-- | src/gmock_main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gmock_main.cc b/src/gmock_main.cc index 0a3071bf..3725ae72 100644 --- a/src/gmock_main.cc +++ b/src/gmock_main.cc @@ -30,8 +30,8 @@ // Author: wan@google.com (Zhanyong Wan) #include <iostream> -#include <gmock/gmock.h> -#include <gtest/gtest.h> +#include "gmock/gmock.h" +#include "gtest/gtest.h" // MS C++ compiler/linker has a bug on Windows (not on Windows CE), which // causes a link error when _tmain is defined in a static library and UNICODE |