summaryrefslogtreecommitdiffstats
path: root/gtest/include/gtest/internal/gtest-type-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtest/include/gtest/internal/gtest-type-util.h')
-rw-r--r--gtest/include/gtest/internal/gtest-type-util.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtest/include/gtest/internal/gtest-type-util.h b/gtest/include/gtest/internal/gtest-type-util.h
index 093eee6..f1b1bed 100644
--- a/gtest/include/gtest/internal/gtest-type-util.h
+++ b/gtest/include/gtest/internal/gtest-type-util.h
@@ -1,6 +1,4 @@
-// This file was GENERATED by command:
-// pump.py gtest-type-util.h.pump
-// DO NOT EDIT BY HAND!!!
+// This file was GENERATED by a script. DO NOT EDIT BY HAND!!!
// Copyright 2008 Google Inc.
// All Rights Reserved.
@@ -55,6 +53,8 @@
#include <cxxabi.h>
#endif // __GLIBCXX__
+#include <typeinfo>
+
namespace testing {
namespace internal {