From d59ef2395139b84665362c5f00c7226de3b7baf0 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 17 Sep 2024 11:37:48 +0800 Subject: [PATCH] Add thread header --- LLVMParser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/LLVMParser.cpp b/LLVMParser.cpp index 1a87a98..758c635 100644 --- a/LLVMParser.cpp +++ b/LLVMParser.cpp @@ -21,6 +21,7 @@ #include "llvm/Transforms/Utils/Cloning.h" #include "llvm/Transforms/Utils/Evaluator.h" +#include #include #include #include