Skip to content

Commit 515352b

Browse files
authored
[CAS][Unittest] Add a missing include (#164593)
1 parent b7c7083 commit 515352b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/unittests/CAS/CASTestConfig.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "CASTestConfig.h"
1010
#include "llvm/CAS/ObjectStore.h"
1111
#include "gtest/gtest.h"
12+
#include <mutex>
1213

1314
using namespace llvm;
1415
using namespace llvm::cas;

0 commit comments

Comments
 (0)