Fix a compile error with LLBM 3.3

This commit is contained in:
kai
2013-02-03 12:29:32 +01:00
parent 6f224c3fdb
commit 0ff8d2f9f1

View File

@@ -10,6 +10,9 @@
#ifndef ROOT_MEM_H
#define ROOT_MEM_H
#if defined(IN_LLVM) && (LDC_LLVM_VER >= 303)
#include "llvm/Config/config.h"
#endif
#include <stddef.h> // for size_t
typedef void (*FINALIZERPROC)(void* pObj, void* pClientData);