Merge pull request #9 from santazhang/master

fix build on mac
This commit is contained in:
Pedro Flemming 2015-05-27 22:14:18 +02:00
commit d378c55fb4
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef __SQLLIB_H__ #ifndef __SQLLIB_H__
#define __SQLLIB_H__ #define __SQLLIB_H__
typedef unsigned int uint;
#include "SelectStatement.h" #include "SelectStatement.h"
#include "ImportStatement.h" #include "ImportStatement.h"

View File

@ -2,6 +2,7 @@
#include "bison_parser.h" #include "bison_parser.h"
#include "flex_lexer.h" #include "flex_lexer.h"
#include <stdio.h> #include <stdio.h>
#include <string>
namespace hsql { namespace hsql {