aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authorAlexander Smirnov <alex@ydb.tech>2025-04-06 00:51:54 +0000
committerAlexander Smirnov <alex@ydb.tech>2025-04-06 00:51:54 +0000
commita9e410d54f37ce827802583f0a41d1b8d9933560 (patch)
treec6412a8463a004dacf000ae97c5edddaa4a3da41 /library/cpp
parent06f7b703565109808f4a0d4733733ed836389c9b (diff)
parent7039e8610d725e4d04996e3d84a82f2803fbe574 (diff)
downloadydb-a9e410d54f37ce827802583f0a41d1b8d9933560.tar.gz
Merge branch 'rightlib' into merge-libs-250406-0050
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/testing/gtest/gtest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/testing/gtest/gtest.h b/library/cpp/testing/gtest/gtest.h
index a4d0c775d0..258a4459a9 100644
--- a/library/cpp/testing/gtest/gtest.h
+++ b/library/cpp/testing/gtest/gtest.h
@@ -1,11 +1,13 @@
#pragma once
+// IWYU pragma: begin_exports
#include <library/cpp/testing/gtest/matchers.h>
#include <library/cpp/testing/gtest_extensions/gtest_extensions.h>
#include <gtest/gtest.h>
#include <gmock/gmock.h>
+// IWYU pragma: end_exports
#include <optional>
#include <string_view>