From 0d716ef8fa44a0754bf4ef098b46c8cb894e8a29 Mon Sep 17 00:00:00 2001 From: "stewart@mysql.com" <> Date: Thu, 22 Sep 2005 15:48:40 +1000 Subject: [PATCH] GCC4 build fix --- ndb/src/ndbapi/NdbUtil.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/ndb/src/ndbapi/NdbUtil.hpp b/ndb/src/ndbapi/NdbUtil.hpp index d14ac65ddef..268f6c69e6f 100644 --- a/ndb/src/ndbapi/NdbUtil.hpp +++ b/ndb/src/ndbapi/NdbUtil.hpp @@ -31,6 +31,7 @@ Comment: #include +class Ndb; class NdbApiSignal; class NdbOperation;