Skip to content

Commit

Permalink
Fix cache-create for updated LLVM StringExtras.h
Browse files Browse the repository at this point in the history
StringExtras.h no longer included transitively.
Update unittest to add the include
  • Loading branch information
dstutt committed Jul 19, 2023
1 parent 6288905 commit db55ba9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cache_creator/unittests/cache_info_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "cache_creator.h"
#include "cache_info.h"
#include "include/binary_cache_serialization.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/MD5.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Testing/Support/Error.h"
Expand Down

0 comments on commit db55ba9

Please sign in to comment.