mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
"The Great Renaming" continues.
More changes to match the renamed files of LLVM 3.3.
This commit is contained in:
@@ -15,7 +15,11 @@
|
||||
#ifndef __LDC_GEN_RTTIBUILDER_H__
|
||||
#define __LDC_GEN_RTTIBUILDER_H__
|
||||
|
||||
#if LDC_LLVM_VER >= 303
|
||||
#include "llvm/IR/Constant.h"
|
||||
#else
|
||||
#include "llvm/Constant.h"
|
||||
#endif
|
||||
#include "llvm/ADT/SmallVector.h"
|
||||
|
||||
struct ClassDeclaration;
|
||||
|
||||
Reference in New Issue
Block a user