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

Fix clang build.

This commit is contained in:
asfernandes 2015-03-21 18:39:06 +00:00
parent b7b3fe4718
commit fc4cda85df

View File

@ -30,11 +30,10 @@
#define FB_DYNAMIC_STRINGS #define FB_DYNAMIC_STRINGS
#include "firebird/Interface.h" #include "firebird/Interface.h"
#include "fb_exception.h"
namespace Firebird { namespace Firebird {
class BadAlloc;
unsigned makeDynamicStrings(unsigned len, ISC_STATUS* const dst, const ISC_STATUS* const src) throw(BadAlloc); unsigned makeDynamicStrings(unsigned len, ISC_STATUS* const dst, const ISC_STATUS* const src) throw(BadAlloc);
char* freeDynamicStrings(unsigned len, ISC_STATUS* ptr) throw(); char* freeDynamicStrings(unsigned len, ISC_STATUS* ptr) throw();