Skip to content

Commit

Permalink
Fix cache-create for updated LLVM StringExtras.h (#172)
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 authored Jul 19, 2023
1 parent 6288905 commit 5fd987a
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 5fd987a

Please sign in to comment.