Commit 812c1a7f authored by Olivier Bertrand's avatar Olivier Bertrand

- 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
parent 7879632c
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include "plgdbsem.h" #include "plgdbsem.h"
#include "plgcnx.h" // For DB types #include "plgcnx.h" // For DB types
#include "resource.h" #include "resource.h"
#include "value.h" //#include "value.h"
#include "valblk.h" #include "valblk.h"
#define DLL_EXPORT // Items are exported from this DLL #define DLL_EXPORT // Items are exported from this DLL
#include "myconn.h" #include "myconn.h"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
/* block.h is header containing Block global declarations. */ /* block.h is header containing Block global declarations. */
/***********************************************************************/ /***********************************************************************/
#include "block.h" #include "block.h"
#include "value.h" #include "valblk.h" // includes value.h
/***********************************************************************/ /***********************************************************************/
/* Types used in some class definitions. */ /* Types used in some class definitions. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment