Use modern cpp headers
This commit is contained in:
parent
fbad97cb79
commit
8c366b60ac
@ -31,8 +31,8 @@
|
|||||||
#include <firebird/UdrCppEngine.h>
|
#include <firebird/UdrCppEngine.h>
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <stdio.h>
|
#include <cstdio>
|
||||||
#include <stdlib.h>
|
#include <cstdlib>
|
||||||
|
|
||||||
#ifdef HAVE_MATH_H
|
#ifdef HAVE_MATH_H
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
@ -49,7 +49,7 @@
|
|||||||
# ifdef HAVE_SYS_TIME_H
|
# ifdef HAVE_SYS_TIME_H
|
||||||
# include <sys/time.h>
|
# include <sys/time.h>
|
||||||
# else
|
# else
|
||||||
# include <time.h>
|
# include <ctime>
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
#include "ibase.h"
|
#include "ibase.h"
|
||||||
#include "firebird/UdrCppEngine.h"
|
#include "firebird/UdrCppEngine.h"
|
||||||
#include <assert.h>
|
#include <cassert>
|
||||||
#include <stdio.h>
|
#include <cstdio>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user