diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-13 19:01:57 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-02-13 19:01:57 +0300 |
commit | b5b3d520c01646610f376c55455d9cad735e3e0d (patch) | |
tree | 0e113dcc316476655a9457eec509b5a1ebd967ed /library/cpp/testing/gtest/gtest.h | |
parent | b4781eb14f1b19ff7bb90d703ebf9ad470aa1e89 (diff) | |
download | ydb-b5b3d520c01646610f376c55455d9cad735e3e0d.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/testing/gtest/gtest.h')
-rw-r--r-- | library/cpp/testing/gtest/gtest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/testing/gtest/gtest.h b/library/cpp/testing/gtest/gtest.h index 4ef30c3ada..a4d0c775d0 100644 --- a/library/cpp/testing/gtest/gtest.h +++ b/library/cpp/testing/gtest/gtest.h @@ -1,5 +1,7 @@ #pragma once +#include <library/cpp/testing/gtest/matchers.h> + #include <library/cpp/testing/gtest_extensions/gtest_extensions.h> #include <gtest/gtest.h> |