Adds a missing #include (by Vlad Losev).

This commit is contained in:
zhanyong.wan 2010-10-14 06:50:49 +00:00
parent 16e3aa7837
commit 2c81010523

View File

@ -53,6 +53,7 @@
#include "gtest/gtest-spi.h"
#include "gtest/gtest-message.h"
#include "gtest/internal/gtest-internal.h"
#include "gtest/internal/gtest-string.h"
// Indicates that this translation unit is part of Google Test's