1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-04-12 23:37:33 +00:00

Fix non-windows builds unhappy about a missing header.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229079 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Zachary Turner 2015-02-13 07:45:49 +00:00
parent f3455f13a2
commit 2614564769

@ -13,6 +13,7 @@
#include <memory>
#include "PDBTypes.h"
#include "llvm/Support/Casting.h"
namespace llvm {