1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Fix VC++ compilation error

llvm-svn: 19403
This commit is contained in:
Jeff Cohen 2005-01-08 22:44:06 +00:00
parent 6c0db8d863
commit 3cd512f524

View File

@ -19,6 +19,7 @@
#define LLVM_DERIVED_TYPES_H
#include "llvm/Type.h"
#include "llvm/Support/DataTypes.h"
namespace llvm {