Minor refactor to headers to include missing c-std headers
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#ifndef H__DB_QUERY__
|
||||
#define H__DB_QUERY__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "db_connection.h"
|
||||
#include "db_column.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user