mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-14 07:29:01 +00:00
Without explicitly including <string>, I'm getting an error on the new code in this file. Won't present an issue for anyone that isn't having the same trouble as me.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278159 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2962e3e6b2
commit
6aabb5f33e
@ -15,6 +15,7 @@
|
||||
#define LLVM_EXECUTIONENGINE_JITSYMBOL_H
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include <string>
|
||||
#include <cassert>
|
||||
#include <functional>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user