15 lines
117 B
C++
15 lines
117 B
C++
|
|
|
|
#ifdef _USE_GTEST
|
|
|
|
|
|
|
|
#include <gtest/gtest.h>
|
|
#include <tuple>
|
|
#include <string>
|
|
#include "SSR/export.h"
|
|
|
|
|
|
|
|
#endif
|