1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Use DataTypes.h

llvm-svn: 165457
This commit is contained in:
Nadav Rotem 2012-10-08 23:14:28 +00:00
parent c94270cb4d
commit e05c974426

View File

@ -14,7 +14,7 @@
#ifndef LLVM_ADDRESSING_MODE_H
#define LLVM_ADDRESSING_MODE_H
#include <sys/types.h>
#include "llvm/Support/DataTypes.h"
namespace llvm {