We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d09be commit 139375eCopy full SHA for 139375e
src/sql/ColumnType.h
@@ -2,6 +2,7 @@
2
#define SQLPARSER_COLUMN_TYPE_H
3
4
#include <ostream>
5
+#include <stdint.h>
6
7
namespace hsql {
8
enum class DataType {
src/sql/Expr.cpp
@@ -1,6 +1,9 @@
1
#include "Expr.h"
+
#include <stdio.h>
#include <string.h>
#include "SelectStatement.h"
9
src/sql/statements.cpp
@@ -1,4 +1,7 @@
#include "statements.h"
#include "AlterStatement.h"
#include "ImportExportOptions.h"
src/util/sqlhelper.cpp
@@ -1,8 +1,9 @@
-
#include "sqlhelper.h"
#include <iostream>
#include <map>
#include <sstream>
#include <string>
0 commit comments