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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/oqgraph/graphcore-types.h b/storage/oqgraph/graphcore-types.h
index 3ff32d0e233..2f182341b39 100644
--- a/storage/oqgraph/graphcore-types.h
+++ b/storage/oqgraph/graphcore-types.h
@@ -34,7 +34,9 @@ namespace open_query
}
+// Forward defs from mariadb itself!
class Field;
typedef struct TABLE TABLE;
+class THD;
#endif