diff --git a/db/db_base.h b/db/db_base.h index a6809910bb..e83536e2ad 100644 --- a/db/db_base.h +++ b/db/db_base.h @@ -20,7 +20,7 @@ #ifndef _DB_BASE_ #define _DB_BASE_ -#include +#include // if SQL columns are not 'not null', you must use these safe_atoi, safe_atof // instead of atoi, atof, since the strings returned by MySQL may be NULL.