#ifndef LIB_A_HEADER #define LIB_A_HEADER typedef __SIZE_TYPE__ size_t; template class BumpPtrAllocatorImpl; template void * operator new(size_t, BumpPtrAllocatorImpl &); #endif // LIB_A_HEADER