commit
d378c55fb4
|
@ -1,6 +1,7 @@
|
|||
#ifndef __SQLLIB_H__
|
||||
#define __SQLLIB_H__
|
||||
|
||||
typedef unsigned int uint;
|
||||
|
||||
#include "SelectStatement.h"
|
||||
#include "ImportStatement.h"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include "bison_parser.h"
|
||||
#include "flex_lexer.h"
|
||||
#include <stdio.h>
|
||||
#include <string>
|
||||
|
||||
|
||||
namespace hsql {
|
||||
|
|
Loading…
Reference in New Issue