mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Fix a compile error with LLBM 3.3
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user