diff options
author | unknown <stewart@mysql.com> | 2005-09-22 16:35:03 +1000 |
---|---|---|
committer | unknown <stewart@mysql.com> | 2005-09-22 16:35:03 +1000 |
commit | 7ce3ffe1edbca3dac5c79121c29ef3e7ec4b04de (patch) | |
tree | 7cf0f217354dc163163f0c9ae376e89843c18426 /ndb/src | |
parent | d440d5ea7ce70ecedeed2e6d2181e72d634c6cce (diff) | |
download | mariadb-git-7ce3ffe1edbca3dac5c79121c29ef3e7ec4b04de.tar.gz |
GCC4 build fix
Diffstat (limited to 'ndb/src')
-rw-r--r-- | ndb/src/ndbapi/NdbUtil.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 <ndb_global.h> +class Ndb; class NdbApiSignal; class NdbOperation; |