[include-cleaner] Fix build error in unit test

Reviewed By: nridge

Differential Revision: https://reviews.llvm.org/D127217
This commit is contained in:
Christian Kandeler 2022-06-09 03:38:12 -04:00 committed by Nathan Ridge
parent 2a3c07f897
commit d352017184
1 changed files with 1 additions and 0 deletions

View File

@ -23,5 +23,6 @@ target_link_libraries(ClangIncludeCleanerTests
PRIVATE
clangIncludeCleaner
clangTesting
LLVMTestingSupport
)