mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
ndb - fix gcc4 compile problem
ndb/src/ndbapi/Ndbinit.cpp: fix gcc4 compile problem
This commit is contained in:
parent
3c8a296f28
commit
449fb0b184
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@
|
|||
#include <NdbOut.hpp>
|
||||
#include <NdbSleep.h>
|
||||
#include "ObjectMap.hpp"
|
||||
#include <NdbIndexScanOperation.hpp>
|
||||
#include <NdbIndexOperation.hpp>
|
||||
#include "NdbUtil.hpp"
|
||||
#include <NdbBlob.hpp>
|
||||
|
||||
class NdbGlobalEventBufferHandle;
|
||||
NdbGlobalEventBufferHandle *NdbGlobalEventBuffer_init(int);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue