Files
SSR/test/global.h
T
2026-06-16 11:04:03 +08:00

15 lines
117 B
C++

#ifdef _USE_GTEST
#include <gtest/gtest.h>
#include <tuple>
#include <string>
#include "SSR/export.h"
#endif