1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Compilation fix

llvm-svn: 52950
This commit is contained in:
Seo Sanghyeon 2008-07-01 05:27:28 +00:00
parent 99a71c6ac6
commit 0b4c1205fb

View File

@ -17,6 +17,7 @@
#include "llvm/ADT/iterator.h"
#include "llvm/Support/type_traits.h"
#include <algorithm>
#include <cstring>
#include <memory>
#ifdef _MSC_VER