Skip to content

Commit 9acdcba

Browse files
committed
add gtest header
1 parent bd82e79 commit 9acdcba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

unittests/CppInterOp/DynamicLibraryManagerTest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#include "llvm/Support/FileSystem.h"
77
#include "llvm/Support/Path.h"
88

9+
#include "gtest/gtest.h"
10+
911
// This function isn't referenced outside its translation unit, but it
1012
// can't use the "static" keyword because its address is used for
1113
// GetMainExecutable (since some platforms don't support taking the

0 commit comments

Comments
 (0)