summaryrefslogtreecommitdiff
path: root/storage/oqgraph/graphcore-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/oqgraph/graphcore-types.h')
-rw-r--r--storage/oqgraph/graphcore-types.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/storage/oqgraph/graphcore-types.h b/storage/oqgraph/graphcore-types.h
index 7a7e4c62729..6a25182e28b 100644
--- a/storage/oqgraph/graphcore-types.h
+++ b/storage/oqgraph/graphcore-types.h
@@ -26,6 +26,7 @@
#ifndef oq_graphcore_types_h_
#define oq_graphcore_types_h_
+
namespace open_query
{
@@ -33,4 +34,9 @@ namespace open_query
typedef double EdgeWeight;
}
+
+
+class Field;
+typedef struct st_table TABLE;
+
#endif