8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 07:23:04 +01:00

fixed new[]() vs. delete[]() collision in GCC4 build

This commit is contained in:
mkubecek 2007-03-31 12:14:24 +00:00
parent 42a834bad5
commit 30091104f6

View File

@ -22,6 +22,8 @@
*/
#include "Extender.h"
#include "../include/gen/autoconfig.h"
#include "../common/classes/alloc.h"
// Dynamic allocation. This is a destructive operation if the requested size
// is bigger than the existing one. Otherwise, no reallocation happens.