From ff50190af19ec160031b34e1a81c91f8095d7982 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 22 Sep 2005 15:48:40 +1000 Subject: [PATCH] GCC4 build fix ndb/src/ndbapi/NdbUtil.hpp: 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;