restore missing include
This commit is contained in:
parent
60bceae2f4
commit
b61537a9df
@ -28,6 +28,7 @@
|
||||
#undef index
|
||||
|
||||
#include "gmock.h"
|
||||
#include "gtest-extra.h"
|
||||
|
||||
TEST(CompileTimeTest, FormatApi) {
|
||||
EXPECT_EQ("42", fmt::format(FMT_STRING("{}"), 42));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user