Add missing include for llvm::Error after 74ec038ffb34575ee93fa313cd0ea0db0c0a7e0a

This commit is contained in:
Jorge Gorbe Moya 2025-04-02 10:42:59 -07:00
parent 4688719cf5
commit a57023b6a0

View File

@ -22,6 +22,7 @@
#include "llvm/IR/Module.h"
#include "llvm/IR/ValueMap.h"
#include "llvm/Support/Allocator.h"
#include "llvm/Support/Error.h"
#include "llvm/TargetParser/Triple.h"
#include <forward_list>
#include <map>