diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2013-02-27 23:32:34 +0100 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2013-02-27 23:32:34 +0100 |
commit | 812c1a7f6b08f392da8927ac2d9c6fdf80ee3c46 (patch) | |
tree | 67ead56236e5de2d7b6ce848b09b277dba7395fe /storage/connect/xobject.h | |
parent | 7879632cea8460abe09d4521e72d0cf6b5233010 (diff) | |
download | mariadb-git-812c1a7f6b08f392da8927ac2d9c6fdf80ee3c46.tar.gz |
- Modify the way value.h and valblk.h are included to try fixing
the gcc error: invalid use of incomplete type
modified:
storage/connect/myconn.cpp
storage/connect/xobject.h
Diffstat (limited to 'storage/connect/xobject.h')
-rw-r--r-- | storage/connect/xobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/xobject.h b/storage/connect/xobject.h index 557cd4ceb8f..c77fb703823 100644 --- a/storage/connect/xobject.h +++ b/storage/connect/xobject.h @@ -14,7 +14,7 @@ /* block.h is header containing Block global declarations. */ /***********************************************************************/ #include "block.h" -#include "value.h" +#include "valblk.h" // includes value.h /***********************************************************************/ /* Types used in some class definitions. */ |